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/.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?} 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/ 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/actions/action-connect-ovpn/example.ovpn b/.github/actions/action-connect-ovpn/example.ovpn deleted file mode 100644 index ee61f15a507..00000000000 --- a/.github/actions/action-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/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/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 81% rename from .github/actions/action-connect-ovpn/action.yml rename to .github/actions/connect-ovpn/action.yml index 1aeac9d9876..140c478c0af 100644 --- a/.github/actions/action-connect-ovpn/action.yml +++ b/.github/actions/connect-ovpn/action.yml @@ -34,6 +34,12 @@ runs: sudo apt-get install openvpn-systemd-resolved shell: bash + - name: Validate OpenVPN Version + run: | + echo -e "\nOpenVPN Version:" ; + openvpn --version ; + shell: bash + - name: Connect VPN env: TLS_KEY: ${{ inputs.TLS_KEY }} @@ -48,6 +54,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 @@ -58,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 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/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/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/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/dependabot.yml b/.github/dependabot.yml index 9222d7f6686..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" @@ -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 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/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/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 diff --git a/.github/workflows/alert_PD_schedule_Slack.yml b/.github/workflows/alert_PD_schedule_Slack.yml index e9593ec4d9c..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: @@ -82,7 +83,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 +134,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 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..b2a44672fde 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' @@ -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 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/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/.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..fa532920c3d 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -1,10 +1,10 @@ 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: - - master + - main paths: - "prime-router/**" - "submissions/**" diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 6f996603649..fa9c8b9f2be 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/**" @@ -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/.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' 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/auth/build.gradle.kts b/auth/build.gradle.kts index e6d82c00810..7984f5cc768 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -1,10 +1,10 @@ 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" + kotlin("plugin.spring") version "2.0.21" } group = "gov.cdc.prime" @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-starter-gateway") 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") // Swagger implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.6.0") @@ -48,7 +48,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.18.0") mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3") } } 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/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/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/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/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(); + }); }); 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/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/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/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/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 54b3b06920c..9a6e9882f1e 100644 Binary files a/frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.6.pdf and b/frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.7.pdf differ 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/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/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 1cf78bfd5b2..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.

) }, { @@ -111,7 +112,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/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 2c26c9d1c5c..c6c6c7c4bbe 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.

    ) }, @@ -304,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. 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()); +} 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/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" }] } 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 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/build.gradle.kts b/prime-router/build.gradle.kts index 267caf5989d..d489a8564d7 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -35,14 +35,14 @@ 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" 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" @@ -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") } } @@ -868,15 +868,15 @@ 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") } - implementation("com.azure:azure-identity:1.13.3") { + 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.3.29") - implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") + 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("org.commonmark:commonmark:0.23.0") + 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") @@ -988,7 +988,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")) 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' 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/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. 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/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..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? @@ -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 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/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/message/OML_O21.yml b/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml index 7e5b303b697..0ea61641d00 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: OrderObservation 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/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/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/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..e5ddf4f1ed1 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml @@ -16,8 +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: type: STRING 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/ServiceRequest.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml index a914e822208..989bf70cd12 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: $OrderObservation + 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..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,26 +12,27 @@ 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: $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 +63,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 +106,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/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/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/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/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/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 new file mode 100644 index 00000000000..952a9ef4fba --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java @@ -0,0 +1,237 @@ +/* + * 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.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_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 new file mode 100644 index 00000000000..c2a6586e97f --- /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.Structure; +import ca.uhn.hl7v2.model.v27.segment.CTD; +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; + +/** + *

          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..d67f7ce58cb --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java @@ -0,0 +1,384 @@ +/* + * 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.group.OML_O21_TIMING; +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; +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_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 new file mode 100644 index 00000000000..ca80f07eff1 --- /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.Structure; +import ca.uhn.hl7v2.model.v27.segment.GT1; +import ca.uhn.hl7v2.model.v27.segment.NK1; +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; +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_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 new file mode 100644 index 00000000000..38617ac1a07 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.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.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.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). + * 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_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 new file mode 100644 index 00000000000..0a296f61e45 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java @@ -0,0 +1,223 @@ +/* + * 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.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/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 new file mode 100644 index 00000000000..7e70edeae23 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java @@ -0,0 +1,154 @@ +/* + * 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; + +/** + *

          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..01a1dd10bd7 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java @@ -0,0 +1,246 @@ +/* + * 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.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; + +/** + *

          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..14e83d4cf78 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java @@ -0,0 +1,371 @@ +/* + * 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.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; + +/** + *

          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..2d23afdecc4 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java @@ -0,0 +1,328 @@ +/* + * 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.GT1; +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; + +/** + *

          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); + 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..67d8128b695 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java @@ -0,0 +1,97 @@ +/* + * 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.PV2; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PV1; + + +/** + *

          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/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/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/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/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; + } + } + + +} + 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/azure/observability/event/ReportStreamEventData.kt b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt index 7596e10913f..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 @@ -92,6 +95,7 @@ enum class ReportStreamEventName { REPORT_NOT_PROCESSABLE, ITEM_SENT, PIPELINE_EXCEPTION, + ITEM_TRANSFORMED, } /** 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..0166b734662 100644 --- a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt @@ -5,51 +5,77 @@ 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 +import java.util.Base64 class FHIRFunctions( private val workflowEngine: WorkflowEngine = WorkflowEngine(), 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 +89,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 +108,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 +127,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 +146,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,19 +195,35 @@ 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 + // 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(), + "Rejected", + ex.blobURL, + actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() + ) + submissionTableService.insertSubmission(tableEntity) + 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 // 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, @@ -186,7 +248,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/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/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..04cb5a563f1 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(), + reportEventService ?: 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..5364a806886 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 @@ -21,15 +22,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.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 @@ -53,7 +60,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 @@ -111,12 +119,13 @@ class FHIRTranslator( ): FHIREngineRunResult { logger.trace("Preparing to send original message") val originalReport = reportService.getRootReport(message.reportId) - val bodyBytes = BlobAccess.downloadBlobAsByteArray(originalReport.bodyUrl) + val bodyAsString = + BlobAccess.downloadBlob(originalReport.bodyUrl, BlobUtils.digestToString(originalReport.blobDigest)) // get a Report from the message val (report, event, blobInfo) = Report.generateReportAndUploadBlob( Event.EventAction.SEND, - bodyBytes, + bodyAsString.toByteArray(), listOf(message.reportId), receiver, this.metadata, @@ -146,10 +155,9 @@ 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 originalReport = reportService.getRootReport(message.reportId) + val bundle = FhirTranscoder.decode(BlobAccess.downloadBlob(message.blobURL, message.digest)) + val bodyBytes = getByteArrayFromBundle(receiver, bundle) val (report, event, blobInfo) = Report.generateReportAndUploadBlob( Event.EventAction.BATCH, @@ -161,6 +169,35 @@ class FHIRTranslator( topic = message.topic ) + val bundleDigestExtractor = BundleDigestExtractor( + FhirPathBundleDigestLabResultExtractorStrategy( + CustomContext( + bundle, + bundle, + mutableMapOf(), + CustomFhirPathFunctions() + ) + ) + ) + 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), + ReportStreamEventProperties.ORIGINAL_FORMAT to originalReport.bodyFormat, + ReportStreamEventProperties.TARGET_FORMAT to receiver.translation.format.name, + ReportStreamEventProperties.ENRICHMENTS to listOf(receiver.translation.schemaName) + ) + ) + trackingId(bundle) + } + return FHIREngineRunResult( event, report, 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/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/kotlin/fhirengine/utils/HL7Reader.kt b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt index 95a9244fa21..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,8 @@ 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 import gov.cdc.prime.router.ActionLogger @@ -21,7 +23,6 @@ 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.ORU_R01 as v27_ORU_R01 @@ -139,11 +140,6 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { ) } } - "OML" -> { - return listOf( - v251_OML_O21::class.java - ) - } else -> { logger.warn( "${messageProfile.typeID} did not have any mapped message model classes, " + @@ -301,6 +297,18 @@ 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(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/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/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')"] 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/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..ddc67b83b82 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml @@ -0,0 +1,17 @@ +# $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 + 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 + 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..52bd72bc31e --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml @@ -0,0 +1,22 @@ +# $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-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 new file mode 100644 index 00000000000..27470c8de9f --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml @@ -0,0 +1,26 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: observation-result + resource: '%resource' + required: false + schema: classpath:/metadata/hl7_mapping/resources/Observation/OBX.yml + constants: + 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 +# 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..a9a3399d765 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml @@ -0,0 +1,16 @@ +# $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' + resultIndex: specimenIndex + + - 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..66f367574b7 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml @@ -0,0 +1,35 @@ +# $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: patient-note + resource: '%resource.extension(%`rsext-patient-notes`).value' + resourceIndex: noteIndex + schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml + 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 + 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/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-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/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/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..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 @@ -5,15 +5,29 @@ 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-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 \ 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/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/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/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/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/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/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..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 @@ -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 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/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/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/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..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 { @@ -66,7 +67,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 +81,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") @@ -87,13 +99,14 @@ class FHIRFunctionsTests { verify(exactly = 1) { QueueAccess.sendMessage( "${QueueMessage.elrConvertQueueName}-poison", - queueMessage + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) ) mockReportEventService.sendReportProcessingError( ReportStreamEventName.PIPELINE_EXCEPTION, any(), TaskAction.convert, "Error", + any(), init.captured ) } @@ -112,7 +125,7 @@ class FHIRFunctionsTests { verify(exactly = 0) { QueueAccess.sendMessage( "${QueueMessage.elrConvertQueueName}-poison", - queueMessage + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) ) } } 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..9a3aaf1c8b8 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 @@ -19,6 +20,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 +32,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 @@ -67,11 +70,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":"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"}]}},{"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 +94,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":"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"}]}},{"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 +162,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.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 = @@ -282,6 +285,7 @@ object UniversalPipelineTestUtils { txn: DataAccessTransaction, expectedItems: Int? = null, expectedReports: Int = 1, + parentIsRoot: Boolean = false, ): List { val itemLineages = DSL .using(txn) @@ -297,6 +301,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 +405,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 { @@ -443,7 +453,8 @@ object UniversalPipelineTestUtils { event, Topic.FULL_ELR, parentReport, - blobUrl + blobUrl, + reportContents, ) } @@ -455,6 +466,7 @@ object UniversalPipelineTestUtils { topic: Topic, parentReport: Report? = null, bodyURL: String? = null, + reportContents: String, ): Report { val report = Report( fileFormat, @@ -484,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/azure/FHIRConverterIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt index bd483b02079..e95fb3d5806 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,8 @@ 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 @ExtendWith(ReportStreamTestDatabaseSetupExtension::class) @@ -101,6 +112,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 +133,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 +154,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 +172,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 +208,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 +286,234 @@ 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", + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) + ) + } + } + } + + @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..99eada67991 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,6 +24,10 @@ 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.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 import gov.cdc.prime.router.common.UniversalPipelineTestUtils @@ -102,7 +108,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 + ) + ) ) } @@ -183,6 +196,21 @@ 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() + 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) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -281,6 +309,21 @@ 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() + 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) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -356,6 +399,21 @@ 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() + 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) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -441,6 +499,21 @@ 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() + 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) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) 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 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/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index b6944b9dce9..3f0ad2531aa 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 @@ -24,7 +25,10 @@ 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.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 import io.mockk.clearAllMocks import io.mockk.every @@ -75,6 +79,8 @@ class FhirTranslatorTests { ) ) ) + val reportServiceMock = mockk() + val reportStreamEventService = mockk() private fun makeFhirEngine( metadata: Metadata = Metadata( @@ -87,7 +93,8 @@ 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).reportEventService(reportStreamEventService) + .build(TaskAction.translate) as FHIRTranslator } @BeforeEach @@ -106,10 +113,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 +128,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 +163,15 @@ 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 + every { BlobAccess.downloadBlobAsByteArray(any()) } returns "1".toByteArray(Charsets.UTF_8) + every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit // act accessSpy.transact { txn -> @@ -167,6 +185,88 @@ 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()) + } + } + + @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.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 { 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) + 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) } + ) } } @@ -182,9 +282,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 +296,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 +331,15 @@ 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 { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit + // act accessSpy.transact { txn -> engine.run(message, actionLogger, actionHistory, txn) @@ -475,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, @@ -488,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 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..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,593 +1,593 @@ { - "resourceType" : "Bundle", - "id" : "1716965605959028000.9e2a8054-4de6-4369-bb42-0f81499d68ae", - "meta" : { - "lastUpdated" : "2024-05-29T02:53:25.961-04: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" : [ + "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" : [ + "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" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" + "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" : "20280808092805-0600" + "url": "MSH.7", + "valueString": "20280808092805-0600" }, { - "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" : "HL7" + "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", + "valueString": "2.16.840.1.113883.1.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.1.144.2.5" + "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/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" : "DCEED.ELR", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", - "receiver" : { - "reference" : "Organization/1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd" + "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" } } ], - "sender" : { - "reference" : "Organization/1716965606004380000.ef6ee012-5975-42d6-9f8f-31ba0ce5f6cd" + "sender": { + "reference": "Organization/1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" + "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", + "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/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" : "Laboratory Applicati", - "version" : "5.67", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.2.2.1.321.111" + "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" : [ + "fullUrl": "Organization/1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325", + "resource": { + "resourceType": "Organization", + "id": "1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd", - "extension" : [ + "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" + "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" : "CDPHE" + "value": "CDPHE" }, { - "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.144" + "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" : [ + "fullUrl": "Provenance/1732567199005807000.c686b48b-a0d9-4ec1-9f73-a38cf10999d0", + "resource": { + "resourceType": "Provenance", + "id": "1732567199005807000.c686b48b-a0d9-4ec1-9f73-a38cf10999d0", + "target": [ { - "reference" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c29cc32" + "reference": "MessageHeader/1732567199004404000.467e37ca-f9d3-472b-b540-e218951a1b94" }, { - "reference" : "DiagnosticReport/1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365" + "reference": "DiagnosticReport/1732567199356748000.fc0e43dd-691b-41de-bd5b-323d746c1386" }, { - "reference" : "DiagnosticReport/1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d" + "reference": "DiagnosticReport/1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d" }, { - "reference" : "DiagnosticReport/1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341" + "reference": "DiagnosticReport/1732567199361322000.8959170f-9898-4e59-8bcb-dad2696865d6" }, { - "reference" : "DiagnosticReport/1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e" + "reference": "DiagnosticReport/1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0" }, { - "reference" : "DiagnosticReport/1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007" + "reference": "DiagnosticReport/1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240" } ], - "recorded" : "2028-08-08T09:28:05-06:00", - "activity" : { - "coding" : [ + "recorded": "2028-08-08T09:28:05-06: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/1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa" + "who": { + "reference": "Organization/1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a" } } ], - "entity" : [ + "entity": [ { - "role" : "source", - "what" : { - "reference" : "Device/1716965606066541000.25c43ffd-88f6-46cd-a878-7eb90977c067" + "role": "source", + "what": { + "reference": "Device/1732567199006900000.a7666ee4-a336-48a0-90e5-2e50ce5eb764" } } ] } }, { - "fullUrl" : "Organization/1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa", - "identifier" : [ + "fullUrl": "Organization/1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a", + "resource": { + "resourceType": "Organization", + "id": "1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a", + "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" : "COCAA" + "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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" + "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" : "MEDITECH" + "url": "XON.10", + "valueString": "MEDITECH" } ] } ], - "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" : "MEDITECH" + "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", + "valueString": "1.3.6.1.4.1.24310" }, { - "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" : "MEDITECH" + "value": "MEDITECH" } ], - "name" : "MEDITECH, Inc." + "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" + "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" : [ + "manufacturer": "MEDITECH, Inc.", + "deviceName": [ { - "name" : "Laboratory Applicati", - "type" : "manufacturer-name" + "name": "Laboratory Applicati", + "type": "manufacturer-name" } ], - "modelNumber" : "20210810", - "version" : [ + "modelNumber": "20210810", + "version": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2021-08-10", - "_valueDateTime" : { - "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" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810" } ] } } ], - "value" : "5.67" + "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" : [ + "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" : [ + "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/1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2" + "who": { + "reference": "Organization/1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd" } } ] } }, { - "fullUrl" : "Organization/1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2", - "identifier" : [ + "fullUrl": "Organization/1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd", + "resource": { + "resourceType": "Organization", + "id": "1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd", + "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/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e", - "resource" : { - "resourceType" : "Patient", - "id" : "1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e", - "meta" : { - "extension" : [ + "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/1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a" + "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" : [ + "lastUpdated": "2021-08-09T08:52:00-06:00", + "_lastUpdated": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210809085200-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210809085200-0600" } ] } }, - "extension" : [ + "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" : "P" + "url": "NTE.2", + "valueId": "P" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "EH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "EH" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "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" : "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" }, { - "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" : "V1", - "code" : "C", - "display" : "Comment" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "V1", + "code": "C", + "display": "Comment" } ] } } ], - "text" : "EH" + "text": "EH" } }, { - "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" : "M" + "code": "M" } ] } }, { - "url" : "PID.30", - "valueString" : "N" + "url": "PID.30", + "valueString": "N" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension": [ { - "url" : "species", - "valueCodeableConcept" : { - "extension" : [ + "url": "species", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.35" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.35" } ], - "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" : "1", - "code" : "337915000", - "display" : "Homo sapiens (organism)" + "system": "http://snomed.info/sct", + "version": "1", + "code": "337915000", + "display": "Homo sapiens (organism)" }, { - "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" : "1", - "code" : "Human", - "display" : "Human" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "1", + "code": "Human", + "display": "Human" } ] } @@ -595,1111 +595,1148 @@ ] }, { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", - "valueCodeableConcept" : { - "coding" : [ + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "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" : "HL70005" + "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" + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "version": "2.5.1", + "code": "2106-3", + "display": "White" }, { - "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" : "W", - "display" : "White" + "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" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "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" : "HL70006" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70006" } ], - "code" : "NOE", - "display" : "Nonreligious" + "code": "NOE", + "display": "Nonreligious" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "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" : "HL70189" + "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" + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "version": "2.5.1", + "code": "N", + "display": "Not Hispanic or Latino" }, { - "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.61", - "code" : "2", - "display" : "Not Hispanic or Latin" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.61", + "code": "2", + "display": "Not Hispanic or Latin" } ] } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "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/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49" } }, { - "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" } ] }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ + "system": "MEDITECH", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" + "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", + "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/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "100001" + "value": "100001" }, { - "extension" : [ + "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/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c" } }, { - "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" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "SS" + "code": "SS" } ] }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ + "system": "MEDITECH", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" + "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", + "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/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "285-64-4175" + "value": "285-64-4175" }, { - "extension" : [ + "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/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565" } }, { - "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" : "MEDITECH", - "_system" : { - "extension" : [ + "system": "MEDITECH", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" + "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", + "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/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "X605236" + "value": "X605236" }, { - "extension" : [ + "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/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "AN" + "url": "CX.5", + "valueString": "AN" } ] }, { - "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" : "AN" + "code": "AN" } ] }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ + "system": "MEDITECH", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" + "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", + "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/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "E40014904640" + "value": "E40014904640" } ], - "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" : "LONNIE" + "url": "XPN.2", + "valueString": "LONNIE" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "BIERLY", - "given" : [ + "use": "official", + "family": "BIERLY", + "given": [ "LONNIE" ] } ], - "telecom" : [ + "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6930111" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6930111" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "6930111" + "url": "XTN.7", + "valueString": "6930111" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" }, { - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "9999999" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "9999999" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "9999999" + "url": "XTN.7", + "valueString": "9999999" }, { - "url" : "XTN.9", - "valueString" : "Business" + "url": "XTN.9", + "valueString": "Business" } ] } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } ], - "gender" : "male", - "birthDate" : "1936-10-23", - "_birthDate" : { - "extension" : [ + "gender": "male", + "birthDate": "1936-10-23", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "19361023" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "19361023" } ] }, - "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" : "4673 ELM ST" + "url": "SAD.1", + "valueString": "4673 ELM ST" } ] }, { - "url" : "XAD.2", - "valueString" : "CHERRY CRK NURSING CTR" + "url": "XAD.2", + "valueString": "CHERRY CRK NURSING CTR" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4673 ELM ST", "CHERRY CRK NURSING CTR" ], - "city" : "CANTERBURY", - "state" : "IG", - "postalCode" : "80014", - "country" : "USA" + "city": "CANTERBURY", + "state": "IG", + "postalCode": "80014", + "country": "USA" } ], - "maritalStatus" : { - "coding" : [ + "maritalStatus": { + "coding": [ { - "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" : "S" + "code": "S" } ] }, - "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" : "HL70063" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" } ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" + "version": "2.5.1", + "code": "OTH", + "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" : "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" : "OT", - "display" : "OTHER RELATIONSHIP" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "OT", + "display": "OTHER RELATIONSHIP" } ] } } ], - "name" : { - "extension" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "GENARO" + "url": "XPN.2", + "valueString": "GENARO" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SURYAN", - "given" : [ + "use": "official", + "family": "SURYAN", + "given": [ "GENARO" ] }, - "telecom" : [ + "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" : "720" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "3013954" + "url": "XTN.7", + "valueString": "3013954" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" } ], - "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" : "4861 20TH AVE" + "url": "SAD.1", + "valueString": "4861 20TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" }, - "organization" : { - "reference" : "Organization/1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1" + "organization": { + "reference": "Organization/1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa" } } ] } }, { - "fullUrl" : "Organization/1716965606073616000.b699305d-a32d-44fc-a54c-d68f0c25da27", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606073616000.b699305d-a32d-44fc-a54c-d68f0c25da27", - "identifier" : [ + "fullUrl": "Organization/1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49", + "resource": { + "resourceType": "Organization", + "id": "1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606075079000.45309e95-4af1-484d-9216-e2fe6614c5c3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606075079000.45309e95-4af1-484d-9216-e2fe6614c5c3", - "identifier" : [ + "fullUrl": "Organization/1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c", + "resource": { + "resourceType": "Organization", + "id": "1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606076023000.992cbd56-46cb-48fe-9702-979fd7f899f3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606076023000.992cbd56-46cb-48fe-9702-979fd7f899f3", - "identifier" : [ + "fullUrl": "Organization/1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565", + "resource": { + "resourceType": "Organization", + "id": "1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606076830000.d02aa141-96b9-46c0-b320-0bfd8db0767b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606076830000.d02aa141-96b9-46c0-b320-0bfd8db0767b", - "identifier" : [ + "fullUrl": "Organization/1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952", + "resource": { + "resourceType": "Organization", + "id": "1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a", - "identifier" : [ + "fullUrl": "Organization/1732567199018837000.90d318e1-73bb-4b7c-b710-0d65228b5a66", + "resource": { + "resourceType": "Organization", + "id": "1732567199018837000.90d318e1-73bb-4b7c-b710-0d65228b5a66", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "Organization/1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1", - "contact" : [ + "fullUrl": "Organization/1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa", + "resource": { + "resourceType": "Organization", + "id": "1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa", + "contact": [ { - "telecom" : [ + "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" : "720" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "3013954" + "url": "XTN.7", + "valueString": "3013954" } ] } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } ], - "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" : "4861 20TH AVE" + "url": "SAD.1", + "valueString": "4861 20TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861 20TH AVE" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" + "city": "AURORA", + "state": "IG", + "postalCode": "99999", + "country": "USA" } } ] } }, { - "fullUrl" : "Provenance/1716965606100263000.aea4bce3-86b2-4092-ba35-878377ecbb57", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606100263000.aea4bce3-86b2-4092-ba35-878377ecbb57", - "target" : [ + "fullUrl": "Provenance/1732567199027382000.fe8d4ab2-adba-4b4f-a211-a70e1af0e773", + "resource": { + "resourceType": "Provenance", + "id": "1732567199027382000.fe8d4ab2-adba-4b4f-a211-a70e1af0e773", + "target": [ { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" } ], - "occurredDateTime" : "2021-08-09T08:52:00-06:00", - "recorded" : "2024-05-29T02:53:26Z", - "activity" : { - "coding" : [ + "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" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" } ] }, - "who" : { - "reference" : "Organization/1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7" + "who": { + "reference": "Organization/1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5" } } ] } }, { - "fullUrl" : "Organization/1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7", - "identifier" : [ + "fullUrl": "Organization/1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5", + "resource": { + "resourceType": "Organization", + "id": "1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5", + "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" : "COCAA" + "value": "COCAA" } ] } }, { - "fullUrl" : "RelatedPerson/1716965606103368000.38c365ac-1ca8-4256-8324-ff802b5b153f", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1716965606103368000.38c365ac-1ca8-4256-8324-ff802b5b153f", - "extension" : [ + "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" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" } ], - "patient" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "patient": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "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" } ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" + "version": "2.5.1", + "code": "OTH", + "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" : "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" : "OT", - "display" : "OTHER RELATIONSHIP" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "OT", + "display": "OTHER RELATIONSHIP" } ] } ], - "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" : "GENARO" + "url": "XPN.2", + "valueString": "GENARO" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SURYAN", - "given" : [ + "use": "official", + "family": "SURYAN", + "given": [ "GENARO" ] } ], - "telecom" : [ + "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" : "720" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "3013954" + "url": "XTN.7", + "valueString": "3013954" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" }, { - "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" : "720" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "3013954" + "url": "XTN.7", + "valueString": "3013954" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.31" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.31" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } ], - "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" : "4861 20TH AVE" + "url": "SAD.1", + "valueString": "4861 20TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" + "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/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 20TH AVE" + "url": "SAD.1", + "valueString": "4861 20TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861 20TH AVE" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" + "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" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension": [ { - "url" : "PV1.18", - "valueCodeableConcept" : { - "coding" : [ + "url": "PV1.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" : "IN" + "code": "IN" } ] } }, { - "url" : "PV1.39", - "valueCodeableConcept" : { - "coding" : [ + "url": "PV1.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" : "COCAA" + "code": "COCAA" } ] } }, { - "url" : "PV1.41", - "valueCodeableConcept" : { - "coding" : [ + "url": "PV1.41", + "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" : "AD" + "code": "AD" } ] } @@ -1707,291 +1744,291 @@ ] } ], - "status" : "in-progress", - "class" : { - "extension" : [ + "status": "in-progress", + "class": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "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" : "I" + "code": "I" } ] } } ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code" : "IMP", - "display" : "inpatient encounter" + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "IMP", + "display": "inpatient encounter" }, - "type" : [ + "type": [ { - "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" : "E" + "code": "E" } ] } ], - "serviceType" : { - "coding" : [ + "serviceType": { + "coding": [ { - "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" : "ICU" + "code": "ICU" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "episodeOfCare" : [ + "episodeOfCare": [ { - "reference" : "EpisodeOfCare/1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb" + "reference": "EpisodeOfCare/1732567199045254000.75995b97-4484-4b6f-9a95-e2094ec15c38" } ], - "participant" : [ + "participant": [ { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" } ] } ], - "individual" : { - "reference" : "Practitioner/1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c" + "individual": { + "reference": "Practitioner/1732567199036256000.e300ef6f-d1d5-4307-bab2-1acb5127291a" } }, { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" } ], - "text" : "referrer" + "text": "referrer" } ], - "individual" : { - "reference" : "Practitioner/1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d" + "individual": { + "reference": "Practitioner/1732567199037634000.db3178c2-55d7-4fbc-b85a-8ebc37a3a700" } }, { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" } ], - "text" : "consultant" + "text": "consultant" } ], - "individual" : { - "reference" : "Practitioner/1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763" + "individual": { + "reference": "Practitioner/1732567199039922000.00cde554-1490-4a7d-b140-feed9bc52201" } }, { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" } ], - "text" : "consultant" + "text": "consultant" } ], - "individual" : { - "reference" : "Practitioner/1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f" + "individual": { + "reference": "Practitioner/1732567199040769000.9a1f1d90-965c-4c09-9958-a584cd15f545" } }, { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" } ], - "text" : "consultant" + "text": "consultant" } ], - "individual" : { - "reference" : "Practitioner/1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff" + "individual": { + "reference": "Practitioner/1732567199041558000.b95ec212-9b02-455e-9719-556d749fa7b8" } }, { - "type" : [ + "type": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" } ], - "text" : "admitter" + "text": "admitter" } ], - "individual" : { - "reference" : "Practitioner/1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55" + "individual": { + "reference": "Practitioner/1732567199042363000.798ea31c-9244-4a74-a1ea-054cfcecb55f" } } ], - "period" : { - "start" : "2028-08-02T05:56:00Z", - "_start" : { - "extension" : [ + "period": { + "start": "2028-08-02T05:56:00Z", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202808020556" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202808020556" } ] } }, - "hospitalization" : { - "admitSource" : { - "coding" : [ + "hospitalization": { + "admitSource": { + "coding": [ { - "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" : "PR" + "code": "PR" } ] }, - "dischargeDisposition" : { - "coding" : [ + "dischargeDisposition": { + "coding": [ { - "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" : "SAP" + "code": "SAP" } ] } }, - "location" : [ + "location": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.3" } ], - "location" : { - "reference" : "Location/1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc" + "location": { + "reference": "Location/1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a" }, - "status" : "active" + "status": "active" } ] } }, { - "fullUrl" : "Practitioner/1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c", - "extension" : [ + "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/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" + "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", + "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" : "James" + "url": "XCN.3", + "valueString": "James" }, { - "url" : "XCN.4", - "valueString" : "Madison" + "url": "XCN.4", + "valueString": "Madison" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.7" } ], - "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" } ] }, - "system" : "Medical Center of Au", - "value" : "1437205069" + "system": "Medical Center of Au", + "value": "1437205069" } ], - "name" : [ + "name": [ { - "family" : "Hunt", - "given" : [ + "family": "Hunt", + "given": [ "James", "Madison" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -1999,77 +2036,77 @@ } }, { - "fullUrl" : "Practitioner/1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d", - "extension" : [ + "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/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" + "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", + "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" : "James" + "url": "XCN.3", + "valueString": "James" }, { - "url" : "XCN.4", - "valueString" : "Madison" + "url": "XCN.4", + "valueString": "Madison" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" } ], - "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" } ] }, - "system" : "Medical Center of Au", - "value" : "1437205069" + "system": "Medical Center of Au", + "value": "1437205069" } ], - "name" : [ + "name": [ { - "family" : "Hunt", - "given" : [ + "family": "Hunt", + "given": [ "James", "Madison" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -2077,77 +2114,77 @@ } }, { - "fullUrl" : "Practitioner/1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763", - "extension" : [ + "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/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" + "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", + "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" : "James" + "url": "XCN.3", + "valueString": "James" }, { - "url" : "XCN.4", - "valueString" : "Madison" + "url": "XCN.4", + "valueString": "Madison" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" } ], - "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" } ] }, - "system" : "Medical Center of Au", - "value" : "1437205069" + "system": "Medical Center of Au", + "value": "1437205069" } ], - "name" : [ + "name": [ { - "family" : "Hunt", - "given" : [ + "family": "Hunt", + "given": [ "James", "Madison" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -2155,95 +2192,89 @@ } }, { - "fullUrl" : "Organization/1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f", - "identifier" : [ + "fullUrl": "Organization/1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e", + "resource": { + "resourceType": "Organization", + "id": "1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e", + "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" : "Medical Center of Au" + "value": "Medical Center of Au" } ] } }, { - "fullUrl" : "Practitioner/1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f", - "extension" : [ + "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/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/namespace-id", + "valueString": "Medical Center of Au" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "James" + "url": "XCN.3", + "valueString": "James" }, { - "url" : "XCN.4", - "valueString" : "M" + "url": "XCN.4", + "valueString": "M" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" } ], - "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" : "1962467126", - "assigner" : { - "reference" : "Organization/1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f" + "value": "1962467126", + "assigner": { + "reference": "Organization/1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e" } } ], - "name" : [ + "name": [ { - "family" : "Neid", - "given" : [ + "family": "Neid", + "given": [ "James", "M" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -2251,90 +2282,84 @@ } }, { - "fullUrl" : "Organization/1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470", - "identifier" : [ + "fullUrl": "Organization/1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df", + "resource": { + "resourceType": "Organization", + "id": "1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df", + "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" : "Medical Center of Au" + "value": "Medical Center of Au" } ] } }, { - "fullUrl" : "Practitioner/1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff", - "extension" : [ + "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/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": "Medical Center of Au" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Todd" + "url": "XCN.3", + "valueString": "Todd" }, { - "url" : "XCN.7", - "valueString" : "NP" + "url": "XCN.7", + "valueString": "NP" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" } ], - "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" : "1184669806", - "assigner" : { - "reference" : "Organization/1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470" + "value": "1184669806", + "assigner": { + "reference": "Organization/1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df" } } ], - "name" : [ + "name": [ { - "family" : "Hultman", - "given" : [ + "family": "Hultman", + "given": [ "Todd" ], - "suffix" : [ + "suffix": [ "NP" ] } @@ -2342,77 +2367,77 @@ } }, { - "fullUrl" : "Practitioner/1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55", - "extension" : [ + "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/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" + "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", + "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" : "James" + "url": "XCN.3", + "valueString": "James" }, { - "url" : "XCN.4", - "valueString" : "Madison" + "url": "XCN.4", + "valueString": "Madison" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" } ], - "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" } ] }, - "system" : "Medical Center of Au", - "value" : "1437205069" + "system": "Medical Center of Au", + "value": "1437205069" } ], - "name" : [ + "name": [ { - "family" : "Hunt", - "given" : [ + "family": "Hunt", + "given": [ "James", "Madison" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -2420,38 +2445,38 @@ } }, { - "fullUrl" : "Location/1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb", - "identifier" : [ + "fullUrl": "Location/1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7", + "resource": { + "resourceType": "Location", + "id": "1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7", + "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" : "E.ICUB" + "value": "E.ICUB" }, { - "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" } ] } ], - "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" } ] } @@ -2461,310 +2486,340 @@ } }, { - "fullUrl" : "Location/1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b", - "identifier" : [ + "fullUrl": "Location/1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0", + "resource": { + "resourceType": "Location", + "id": "1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0", + "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" : "E.ICB" + "value": "E.ICB" }, { - "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" } ] } ], - "physicalType" : { - "coding" : [ + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] }, - "partOf" : { - "reference" : "Location/1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb" + "partOf": { + "reference": "Location/1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7" } } }, { - "fullUrl" : "Location/1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc", - "identifier" : [ + "fullUrl": "Location/1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a", + "resource": { + "resourceType": "Location", + "id": "1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a", + "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" : "05" + "value": "05" }, { - "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" } ] } ], - "mode" : "instance", - "physicalType" : { - "coding" : [ + "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/1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b" + "partOf": { + "reference": "Location/1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0" } } }, { - "fullUrl" : "EpisodeOfCare/1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb", - "extension" : [ + "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" + "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" : [ + "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/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/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/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.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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" }, - "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-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9" + "reference": "Organization/1732567199047875000.01cce4b5-717e-4a72-987c-82d4d9839333" }, { - "reference" : "PractitionerRole/1716965606223019000.59a18166-e03b-4a96-978c-a20989f1147a" + "reference": "PractitionerRole/1732567199048017000.f74a9434-c892-403b-b94e-5b27683bc19c" } ], - "dataAbsentReason" : { - "coding" : [ + "dataAbsentReason": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "unknown" } ] } } }, { - "fullUrl" : "Organization/1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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/1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868", + "resource": { + "resourceType": "Location", + "id": "1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "ROSE MEDICAL CENTER ", + "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" : [ + "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/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" : "Shalini" + "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/1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868" + } + } + ], + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -2772,95 +2827,95 @@ } }, { - "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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" + "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" : [ + "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "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" + "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/1716965606224819000.bfb3ddb8-8856-43f1-a596-132f5b291bb6" + "organization": { + "reference": "Organization/1732567199052508000.00dbf849-a127-41ba-82e2-1819a0e1a311" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -2868,251 +2923,297 @@ } }, { - "fullUrl" : "Observation/1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6", - "extension" : [ + "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/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/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/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" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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" }, - "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-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad" + "reference": "Organization/1732567199054791000.94d56e9e-093a-4c3c-8b7f-243adf837966" }, { - "reference" : "PractitionerRole/1716965606227655000.c23b7899-b1dd-46b2-8054-b0674bdd4147" + "reference": "PractitionerRole/1732567199054933000.f3c95499-88e3-46bc-8433-3a983b39d220" } ], - "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-system", + "valueString": "SCT" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "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/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)" + } } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "782959008", - "display" : "Vancomycin resistant Enterococcus raffinosus" + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "782959008", + "display": "Vancomycin resistant Enterococcus raffinosus" }, { - "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" : "ENTRAFVRE", - "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" + "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" + "text": "ENTEROCOCCUS RAFFINOSIS, VRE" } } }, { - "fullUrl" : "Organization/1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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/1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45", + "resource": { + "resourceType": "Location", + "id": "1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606228318000.768ce8b8-c760-419e-b601-c52c41dcafdb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606228318000.768ce8b8-c760-419e-b601-c52c41dcafdb", - "extension" : [ + "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/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" : "Shalini" + "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/1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45" + } + } + ], + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -3120,95 +3221,95 @@ } }, { - "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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" + "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" : [ + "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "city": "DENVER", + "district": "MD", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "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" + "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/1716965606229196000.55876ad8-17fb-4ff5-b8e3-cf249a78c83b" + "organization": { + "reference": "Organization/1732567199058462000.2b98266a-950d-4efc-b8c9-ff3ac2a24dac" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -3216,576 +3317,584 @@ } }, { - "fullUrl" : "Observation/1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42", - "extension" : [ + "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/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/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/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" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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" }, - "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-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e" + "reference": "Organization/1732567199060774000.0f606b72-8ad0-4404-afae-38190489fa14" }, { - "reference" : "PractitionerRole/1716965606231906000.9572459e-db2f-4b56-8b7c-1b741788e443" + "reference": "PractitionerRole/1732567199060916000.52a88069-5ad6-40a3-b7a0-360c28dc509c" } ], - "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" + "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" + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "53326005", + "display": "Candida albicans" }, { - "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" : "CANALB", - "display" : "CANDIDA ALBICANS" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "CANALB", + "display": "CANDIDA ALBICANS" } ], - "text" : "CANDIDA ALBICANS" + "text": "CANDIDA ALBICANS" }, - "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" : "***THIS IS AN URGENT RESULT***" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "***THIS IS AN URGENT RESULT***" + "text": "***THIS IS AN URGENT RESULT***" }, { - "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 Results Called To And Verbally Read Back" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "***** Test Results Called To And Verbally Read Back" + "text": "***** Test Results Called To And Verbally Read Back" }, { - "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" : "By: RICHARD DDI7840 *****" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "By: RICHARD DDI7840 *****" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "By: RICHARD DDI7840 *****" + "text": "By: RICHARD DDI7840 *****" }, { - "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" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + "text": "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" }, { - "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" : "******************************" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "******************************" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "******************************" + "text": "******************************" }, { - "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" : "**THIS IS A CORRECTED REPORT**" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "**THIS IS A CORRECTED REPORT**" + "text": "**THIS IS A CORRECTED REPORT**" }, { - "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" : "******************************" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "******************************" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "******************************" + "text": "******************************" }, { - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -3793,162 +3902,162 @@ ] }, { - "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" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + "text": "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" }, { - "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" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + "text": "has been revised to ENTEROCOCCUS SPECIES (GRP D). " }, { - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -3956,287 +4065,317 @@ ] }, { - "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 Results Called To And Verbally Read Back" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "***** Test Results Called To And Verbally Read Back" + "text": "***** Test Results Called To And Verbally Read Back" }, { - "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" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + "text": "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" }, { - "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" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + "text": "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" } ] } }, { - "fullUrl" : "Organization/1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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" + "system": "LB", + "value": "MCOE" } ], - "name" : "ROSE MEDICAL CENTER (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/1716965606232681000.e65571fd-4afe-4086-a1ae-388e004ec139", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606232681000.e65571fd-4afe-4086-a1ae-388e004ec139", - "extension" : [ + "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/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" : "Shalini" + "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/1732567199061109000.5681fde5-8cfe-4a9a-b60a-711d80f987d2" + } + } + ], + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -4244,95 +4383,95 @@ } }, { - "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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" + "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" : [ + "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606233604000.8d862a61-7183-467c-aa49-f492bb369a25" + "organization": { + "reference": "Organization/1732567199065007000.ba9c6b50-6ee7-4e52-bd3c-cd0478476298" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -4340,227 +4479,257 @@ } }, { - "fullUrl" : "Observation/1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2", - "extension" : [ + "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/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-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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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" : "BLOODC", - "display" : "BLOOD CULTURE" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837" + "reference": "Organization/1732567199077545000.fe6ecfba-4eed-4dec-8531-b7e071f962f6" }, { - "reference" : "PractitionerRole/1716965606240725000.42844cdc-59a2-4888-9de0-82e3393b4b70" + "reference": "PractitionerRole/1732567199077704000.7a6fdb01-cd74-4e9d-b9af-f1890491e79a" } ], - "dataAbsentReason" : { - "coding" : [ + "dataAbsentReason": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "unknown" } ] } } }, { - "fullUrl" : "Organization/1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837", - "extension" : [ + "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" : [ + "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/1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9", + "resource": { + "resourceType": "Location", + "id": "1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9", + "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/1716965606241526000.780946f6-93c1-4928-bb01-cccae4f46482", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606241526000.780946f6-93c1-4928-bb01-cccae4f46482", - "extension" : [ + "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/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/1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9" + } + } + ], + "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" ] } @@ -4568,136 +4737,136 @@ } }, { - "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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" + "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" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606242827000.e7bf64f8-f4bf-4a8f-af72-949ef1866c82" + "organization": { + "reference": "Organization/1732567199082118000.f68aa789-a17f-4c3a-97dd-20da67d9592d" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -4705,205 +4874,235 @@ } }, { - "fullUrl" : "Observation/1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MBCPCR", - "display" : "BLOOD CULTURE PCR" + "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" + "text": "BLOOD CULTURE PCR" }, - "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-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e" + "reference": "Organization/1732567199089517000.f2b38a4f-fd68-42ea-9fbc-ad1754ed3881" }, { - "reference" : "PractitionerRole/1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087" + "reference": "PractitionerRole/1732567199090143000.56266e7c-f65f-4b3a-8cea-19ecfc88052d" } ], - "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" + "valueString": "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" } }, { - "fullUrl" : "Organization/1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e", - "extension" : [ + "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" : [ + "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" + "system": "LB", + "value": "RML" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Practitioner/1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "extension" : [ + "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/assigning-authority", - "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/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/1732567199091215000.97e5ddfa-e2a3-48bc-ad4c-971320fa16fd" + } + } + ], + "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" ] } @@ -4911,135 +5110,135 @@ } }, { - "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/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" + "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", + "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/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/1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe" + "organization": { + "reference": "Organization/1732567199098837000.87f253b5-3e92-4178-afc5-d211e950c011" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -5047,120 +5246,120 @@ } }, { - "fullUrl" : "Observation/1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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": "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": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" } ], - "text" : "BLOOD CULTURE GRAM STAIN" + "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" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734" + "reference": "Organization/1732567199101272000.9e6e07e3-5116-4349-a190-28714eb5ff05" }, { - "reference" : "PractitionerRole/1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e" + "reference": "PractitionerRole/1732567199101424000.52e6d76d-bda1-47db-817d-43f148f7fc78" } ], - "valueString" : "GRAM POSITIVE COCCI IN PAIRS", - "interpretation" : [ + "valueString": "GRAM POSITIVE COCCI IN PAIRS", + "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.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" + "version": "2.5.1", + "code": "A", + "display": "Abnormal (applies to non-numeric results)" }, { - "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" : "A", - "display" : "A" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "A", + "display": "A" } ] } @@ -5168,121 +5367,151 @@ } }, { - "fullUrl" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "extension" : [ + "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" : [ + "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/1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be", + "resource": { + "resourceType": "Location", + "id": "1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be", + "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/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/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/1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be" + } + } + ], + "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" ] } @@ -5290,136 +5519,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/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" + "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": "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" + "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/1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549" + "organization": { + "reference": "Organization/1732567199103568000.7e1023b0-4f1a-4584-a02a-8107c9e582e5" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -5427,205 +5656,235 @@ } }, { - "fullUrl" : "Observation/1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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": "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": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" } ], - "text" : "BLOOD CULTURE GRAM STAIN" + "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" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb" + "reference": "Organization/1732567199108016000.64f09799-a945-46c8-ac1b-cff67ea6ea76" }, { - "reference" : "PractitionerRole/1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d" + "reference": "PractitionerRole/1732567199108176000.2f8c5ec4-22ae-4f03-85df-bb9485d3a3d7" } ], - "valueString" : "ANAEROBIC BOTTLE" + "valueString": "ANAEROBIC BOTTLE" } }, { - "fullUrl" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "extension" : [ + "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" : [ + "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/1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308", + "resource": { + "resourceType": "Location", + "id": "1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308", + "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/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/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/1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308" + } + } + ], + "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" ] } @@ -5633,135 +5892,135 @@ } }, { - "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/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" + "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", + "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/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/1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa" + "organization": { + "reference": "Organization/1732567199110243000.4fe2d33f-1936-4980-bba7-40daa6674c25" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -5769,120 +6028,120 @@ } }, { - "fullUrl" : "Observation/1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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": "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": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" } ], - "text" : "BLOOD CULTURE GRAM STAIN" + "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" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e" + "reference": "Organization/1732567199112178000.7afa4acf-0f8c-4a5a-9ea2-cba3d62f31c2" }, { - "reference" : "PractitionerRole/1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab" + "reference": "PractitionerRole/1732567199112324000.99b03060-1a6d-417f-9767-2612f0045969" } ], - "valueString" : "YEAST", - "interpretation" : [ + "valueString": "YEAST", + "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.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" + "version": "2.5.1", + "code": "A", + "display": "Abnormal (applies to non-numeric results)" }, { - "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" : "A", - "display" : "A" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "A", + "display": "A" } ] } @@ -5890,121 +6149,151 @@ } }, { - "fullUrl" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "extension" : [ + "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" : [ + "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" + "system": "LB", + "value": "RML" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Practitioner/1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "extension" : [ + "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/assigning-authority", - "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/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/1732567199112525000.00c3374e-c2cd-4bf2-acef-068cf80c01aa" + } + } + ], + "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" ] } @@ -6012,136 +6301,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/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" + "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": "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" + "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/1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153" + "organization": { + "reference": "Organization/1732567199117434000.6f50c405-3b83-43ca-a30e-d6be1f2b6ba5" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -6149,205 +6438,235 @@ } }, { - "fullUrl" : "Observation/1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20210810062500-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": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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": "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": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" } ], - "text" : "BLOOD CULTURE GRAM STAIN" + "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" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528" + "reference": "Organization/1732567199119974000.66405e0a-81ee-47b5-96bd-d9495bdb5ba3" }, { - "reference" : "PractitionerRole/1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae" + "reference": "PractitionerRole/1732567199120149000.5bba030f-cefd-4fb3-8aa2-1a8d9a887999" } ], - "valueString" : "AEROBIC BOTTLE" + "valueString": "AEROBIC BOTTLE" } }, { - "fullUrl" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "extension" : [ + "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" : [ + "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/1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4", + "resource": { + "resourceType": "Location", + "id": "1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4", + "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/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/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/1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4" + } + } + ], + "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" ] } @@ -6355,135 +6674,135 @@ } }, { - "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/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" + "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", + "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/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/1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd" + "organization": { + "reference": "Organization/1732567199122196000.793d4c22-e4cf-4eca-99b6-30e6fc03df80" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -6491,556 +6810,556 @@ } }, { - "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" : [ + "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/hl7v2-date-time", + "valueString": "20210810062500-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": "CWE" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "C" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "corrected", + "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" : "BLOODC", - "display" : "BLOOD CULTURE" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610" + "reference": "Organization/1732567199125776000.e83961d8-5a5b-432e-bd83-9b54f5d39dc6" }, { - "reference" : "PractitionerRole/1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db" + "reference": "PractitionerRole/1732567199126130000.dc05b253-17e5-443f-9b27-96c71716b6fb" } ], - "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", - "version" : "5.67", - "code" : "POSITIVE", - "display" : "POSITIVE" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "POSITIVE", + "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" : "Nucleic acid test for the detection of Staphylococcus spp.," + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Nucleic acid test for the detection of Staphylococcus spp.," + "text": "Nucleic acid test for the detection of Staphylococcus spp.," }, { - "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" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + "text": "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" }, { - "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" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + "text": "spp., S. pneumoniae, S. pyogenes, S. agalactiae," }, { - "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" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + "text": "S. anginosus group, Enterococcus faecalis, Enterococcus" }, { - "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" : "faecium, mec-A mediated methicillin resistance, and" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "faecium, mec-A mediated methicillin resistance, and" + "text": "faecium, mec-A mediated methicillin resistance, and" }, { - "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" : "vanA/vanB mediated Vancomycin resistance was performed and" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "vanA/vanB mediated Vancomycin resistance was performed and" + "text": "vanA/vanB mediated Vancomycin resistance was performed and" }, { - "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" : "was NEGATIVE for all targets tested." + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "was NEGATIVE for all targets tested." + "text": "was NEGATIVE for all targets tested." }, { - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -7048,330 +7367,330 @@ ] }, { - "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" : "*****CORRECTED REPORT*****" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "*****CORRECTED REPORT*****" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "*****CORRECTED REPORT*****" + "text": "*****CORRECTED REPORT*****" }, { - "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" : "Previous report of was incorrect." + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Previous report of was incorrect." + "text": "Previous report of was incorrect." }, { - "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" : "The correct report of YEAST PRESENT ON GRAM STAIN" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" + "text": "The correct report of YEAST PRESENT ON GRAM STAIN" }, { - "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" : "was called and texted to ALLISON CABRERA" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "was called and texted to ALLISON CABRERA" + "text": "was called and texted to ALLISON CABRERA" }, { - "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" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + "text": "Date:08/08/28 Time:0613 Called by:ELB.RMH" }, { - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -7379,162 +7698,162 @@ ] }, { - "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" : "Critical result called to and read back by:RN LIBBY HILL" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:RN LIBBY HILL" + "text": "Critical result called to and read back by:RN LIBBY HILL" }, { - "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" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + "text": "Location:ICU on 08/06/21 at 1136 by ELB.HC" }, { - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -7542,236 +7861,266 @@ ] }, { - "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" : "Critical result called to and read back by:HANNAH STEVENS RN" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:HANNAH STEVENS RN" + "text": "Critical result called to and read back by:HANNAH STEVENS RN" }, { - "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" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + "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" : [ + "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" : [ + "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" + "system": "LB", + "value": "RML" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Practitioner/1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "extension" : [ + "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/assigning-authority", - "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/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/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/1732567199127140000.1e372c8c-f4ad-47b2-85ac-5625e7d1975b" + } + } + ], + "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" ] } @@ -7779,136 +8128,136 @@ } }, { - "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/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" + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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" }, - "organization" : { - "reference" : "Organization/1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704" + "organization": { + "reference": "Organization/1732567199129256000.416647fc-d6dd-4083-9d59-e3e80bdf33a5" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -7916,99 +8265,99 @@ } }, { - "fullUrl" : "Observation/1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "extension" : [ + "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/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": "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/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" : "CE" + "url": "OBX.2", + "valueId": "CE" }, { - "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2028-08-02T02:52: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": "20280802025201-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24" + "reference": "Organization/1732567199140682000.9be34146-8804-4cfb-8415-b929d002cd7b" }, { - "reference" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d" + "reference": "PractitionerRole/1732567199140827000.c49650e7-8164-432b-b209-2ec7e364bd14" } ], "valueCodeableConcept": { @@ -8032,121 +8381,151 @@ } }, { - "fullUrl" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "extension" : [ + "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" : [ + "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/1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7", + "resource": { + "resourceType": "Location", + "id": "1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7", + "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/1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "extension" : [ + "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/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/1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7" + } + } + ], + "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" ] } @@ -8154,136 +8533,136 @@ } }, { - "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/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" + "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" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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" }, - "organization" : { - "reference" : "Organization/1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3" + "organization": { + "reference": "Organization/1732567199143056000.da689751-fac0-4dc7-94de-ee4fee5af2f4" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -8291,211 +8670,241 @@ } }, { - "fullUrl" : "Observation/1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68" + "reference": "Organization/1732567199145332000.2857ccdd-4bce-4d12-9c42-c9e3303221f3" }, { - "reference" : "PractitionerRole/1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01" + "reference": "PractitionerRole/1732567199145476000.9ac6f302-c84f-4751-abad-5a31aa01dbe5" } ], - "valueString" : "This is a rapid molecular assay that simultaneously detects" + "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" : [ + "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" : [ + "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/1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485", + "resource": { + "resourceType": "Location", + "id": "1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485", + "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/1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "extension" : [ + "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/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/1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485" + } + } + ], + "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" ] } @@ -8503,136 +8912,136 @@ } }, { - "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/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" + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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" }, - "organization" : { - "reference" : "Organization/1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c" + "organization": { + "reference": "Organization/1732567199147724000.6d86369a-f01e-4564-835d-26bcdcd6fb8d" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -8640,211 +9049,241 @@ } }, { - "fullUrl" : "Observation/1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d" + "reference": "Organization/1732567199151229000.c7adbe43-6acf-4f74-b99a-5fa7021b7104" }, { - "reference" : "PractitionerRole/1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259" + "reference": "PractitionerRole/1732567199151370000.479a6efa-2189-4de7-b192-2d1786e30911" } ], - "valueString" : "and identifies the following gram-positive organisms:" + "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" : [ + "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" : [ + "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/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/1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "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" ] } @@ -8852,136 +9291,136 @@ } }, { - "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/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", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41" + "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" } ] } @@ -8989,218 +9428,248 @@ } }, { - "fullUrl" : "Observation/1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87" + "reference": "Organization/1732567199155516000.f3645888-21ff-40dd-90f0-e5b200d92b83" }, { - "reference" : "PractitionerRole/1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d" + "reference": "PractitionerRole/1732567199155662000.5372287b-f277-4255-bc64-27aa72e2a79f" } ], - "dataAbsentReason" : { - "coding" : [ + "dataAbsentReason": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" + "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" : [ + "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" : [ + "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/1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00", + "resource": { + "resourceType": "Location", + "id": "1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00", + "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/1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "extension" : [ + "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/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/1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00" + } + } + ], + "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" ] } @@ -9208,136 +9677,136 @@ } }, { - "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/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" + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2" + "organization": { + "reference": "Organization/1732567199157781000.592684c8-88c0-4343-8e75-d5695a402781" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -9345,211 +9814,241 @@ } }, { - "fullUrl" : "Observation/1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180" + "reference": "Organization/1732567199159828000.1f8b7d9b-16af-4de0-a41d-03f204a01600" }, { - "reference" : "PractitionerRole/1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced" + "reference": "PractitionerRole/1732567199159973000.122ae170-0f9b-4cfa-b275-363c7a018604" } ], - "valueString" : "Staphylococcus spp. Streptococcus pyogenes" + "valueString": "Staphylococcus spp. Streptococcus pyogenes" } }, { - "fullUrl" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "extension" : [ + "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" : [ + "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/1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "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/codeable-concept-id", - "valueBoolean" : true - } + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199160151000.671e1ce5-80db-4553-9c3c-dbc1dffe8ab7" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "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" ] } @@ -9557,136 +10056,136 @@ } }, { - "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" : [ + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f" + "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" } ] } @@ -9694,211 +10193,241 @@ } }, { - "fullUrl" : "Observation/1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4" + "reference": "Organization/1732567199163641000.bfd5bcfd-b6a4-473b-b712-7d8112ee73cb" }, { - "reference" : "PractitionerRole/1716965606299250000.711d6193-4698-4292-af0e-035704251dfe" + "reference": "PractitionerRole/1732567199163772000.29d9095a-b12d-4dba-b762-ef1f207a545c" } ], - "valueString" : "Staphylococcus aureus Streptococcus agalactiae" + "valueString": "Staphylococcus aureus Streptococcus agalactiae" } }, { - "fullUrl" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "extension" : [ + "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" : [ + "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/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/1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "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" ] } @@ -9906,136 +10435,136 @@ } }, { - "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" : [ + "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", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0" + "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" } ] } @@ -10043,211 +10572,241 @@ } }, { - "fullUrl" : "Observation/1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8" + "reference": "Organization/1732567199167651000.10e0be9c-a716-4234-95ae-8b17139fcaa6" }, { - "reference" : "PractitionerRole/1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84" + "reference": "PractitionerRole/1732567199167787000.7f9bb897-46f1-4303-86dd-1403e2a9a83d" } ], - "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" + "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" : [ + "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" : [ + "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/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/1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "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" ] } @@ -10255,136 +10814,136 @@ } }, { - "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" : [ + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24" + "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" } ] } @@ -10392,211 +10951,241 @@ } }, { - "fullUrl" : "Observation/1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5" + "reference": "Organization/1732567199176893000.20622861-e1ae-4562-8d3b-c10ac7cad12e" }, { - "reference" : "PractitionerRole/1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b" + "reference": "PractitionerRole/1732567199177261000.817fbdf5-753e-4063-852c-a74c07d1eecc" } ], - "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" + "valueString": "Staphylococcus lugdunensis Streptococcus faecalis" } }, { - "fullUrl" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "extension" : [ + "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" : [ + "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/1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "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" ] } @@ -10604,136 +11193,136 @@ } }, { - "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/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", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff" + "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" } ] } @@ -10741,211 +11330,241 @@ } }, { - "fullUrl" : "Observation/1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4" + "reference": "Organization/1732567199184045000.a2dcef48-2519-47e7-9a16-a7186721440f" }, { - "reference" : "PractitionerRole/1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1" + "reference": "PractitionerRole/1732567199184187000.a6781f5d-8f16-48ee-8977-d54cb18ed607" } ], - "valueString" : "Streptococcus spp. Enterococcus faecium" + "valueString": "Streptococcus spp. Enterococcus faecium" } }, { - "fullUrl" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "extension" : [ + "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-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/1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4", + "resource": { + "resourceType": "Location", + "id": "1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4", + "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/1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "extension" : [ + "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/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/1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4" + } + } + ], + "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" ] } @@ -10953,136 +11572,136 @@ } }, { - "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" : [ + "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" + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894" + "organization": { + "reference": "Organization/1732567199186108000.15a96528-a661-428f-94f2-e93f05062500" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -11090,211 +11709,241 @@ } }, { - "fullUrl" : "Observation/1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "extension" : [ + "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/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/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/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" : "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e" + "reference": "Organization/1732567199187858000.9ad81edc-29c1-4afe-88f0-53b6717bd47b" }, { - "reference" : "PractitionerRole/1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67" + "reference": "PractitionerRole/1732567199187982000.9f65e43a-e848-41dc-a1bd-3ded05ebd627" } ], - "valueString" : "Streptococcus pneumoniae " + "valueString": "Streptococcus pneumoniae " } }, { - "fullUrl" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "extension" : [ + "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" : [ + "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/1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c", + "resource": { + "resourceType": "Location", + "id": "1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c", + "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/1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "extension" : [ + "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/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/1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c" + } + } + ], + "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" ] } @@ -11302,136 +11951,136 @@ } }, { - "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" : [ + "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" + "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" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "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" + "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/1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44" + "organization": { + "reference": "Organization/1732567199189907000.916e8311-7241-498e-854a-9dfd1f7527db" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -11439,186 +12088,186 @@ } }, { - "fullUrl" : "Observation/1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "extension" : [ + "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" + "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/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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "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.1", - "valueString" : "=" + "url": "SN.1", + "valueString": "\u003d" }, { - "url" : "SN.2", - "valueString" : "0.5" + "url": "SN.2", + "valueString": "0.5" } ] }, { - "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "35788-9", - "display" : "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" + "system": "http://loinc.org", + "version": "2.40", + "code": "35788-9", + "display": "DAPTOmycin [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" : "DAP", - "display" : "DAPTOMYCIN" + "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" + "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-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d" + "reference": "Organization/1732567199192011000.2c2df7e2-982e-49e3-bae1-b672e9c01101" }, { - "reference" : "PractitionerRole/1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5" + "reference": "PractitionerRole/1732567199192136000.35f4a7e6-2229-49c8-b3d9-430ce01e85f8" } ], - "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.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." }, { - "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" : "S", - "display" : "S" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" } ] } @@ -11626,116 +12275,146 @@ } }, { - "fullUrl" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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/1732567199192312000.f4d7a721-8afb-4d52-a454-21085b9cebd6", + "resource": { + "resourceType": "Location", + "id": "1732567199192312000.f4d7a721-8afb-4d52-a454-21085b9cebd6", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -11743,95 +12422,95 @@ } }, { - "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" : [ + "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" : [ + "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa" + "organization": { + "reference": "Organization/1732567199193796000.b6f33900-8fce-4fa4-8feb-443916c30b4b" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -11839,186 +12518,186 @@ } }, { - "fullUrl" : "Observation/1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "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.1", - "valueString" : "=" + "url": "SN.1", + "valueString": "\u003d" }, { - "url" : "SN.2", - "valueString" : "16" + "url": "SN.2", + "valueString": "16" } ] }, { - "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "28-1", - "display" : "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" + "system": "http://loinc.org", + "version": "2.40", + "code": "28-1", + "display": "Ampicillin [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" : "AM", - "display" : "AMPICILLIN" + "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" + "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-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734" + "reference": "Organization/1732567199196108000.a6c48235-fdff-4256-8a8e-ba1ccf020359" }, { - "reference" : "PractitionerRole/1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78" + "reference": "PractitionerRole/1732567199196250000.32f19fd4-aa0f-406c-a747-ac7c0e8cf2d1" } ], - "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.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "R", + "display": "Resistant. Indicates for microbiology susceptibilities only." }, { - "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" : "R", - "display" : "R" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "R", + "display": "R" } ] } @@ -12026,116 +12705,146 @@ } }, { - "fullUrl" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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/1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384", + "resource": { + "resourceType": "Location", + "id": "1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "extension" : [ + "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/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" : "Shalini" + "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/1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384" + } + } + ], + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12143,95 +12852,95 @@ } }, { - "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" : [ + "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": [ + { + "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" : [ + "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886" + "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" } ] } @@ -12239,174 +12948,174 @@ } }, { - "fullUrl" : "Observation/1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "extension" : [ + "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/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/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/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" : [ + "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "7018-5", - "display" : "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" + "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" : "GMS", - "display" : "GENTAMICIN SYNERGY SCREEN" + "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-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd" + "reference": "Organization/1732567199201851000.4a84e947-9cf8-4e47-927a-487ed6b4a628" }, { - "reference" : "PractitionerRole/1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb" + "reference": "PractitionerRole/1732567199201989000.29a2fca8-f40b-491d-8e22-8db2330d4bfc" } ], - "valueString" : "SYN-S", - "interpretation" : [ + "valueString": "SYN-S", + "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.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." }, { - "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" : "S", - "display" : "S" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" } ] } @@ -12414,116 +13123,146 @@ } }, { - "fullUrl" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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" + "system": "LB", + "value": "MCOE" } ], - "name" : "ROSE MEDICAL CENTER (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" : [ + "fullUrl": "Location/1732567199202165000.e44d7fed-55be-4e12-9ebb-b360cebe1af0", + "resource": { + "resourceType": "Location", + "id": "1732567199202165000.e44d7fed-55be-4e12-9ebb-b360cebe1af0", + "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/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/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" : "Shalini" + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12531,95 +13270,95 @@ } }, { - "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/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" } } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa" + "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" } ] } @@ -12627,186 +13366,186 @@ } }, { - "fullUrl" : "Observation/1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "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.1", - "valueString" : "=" + "url": "SN.1", + "valueString": "\u003d" }, { - "url" : "SN.2", - "valueString" : "2" + "url": "SN.2", + "valueString": "2" } ] }, { - "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "29254-0", - "display" : "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" + "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" : "LZD", - "display" : "LINEZOLID" + "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/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58" + "reference": "Organization/1732567199205919000.eef0b9d3-0049-42b9-a5e2-e3753fd6520e" }, { - "reference" : "PractitionerRole/1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd" + "reference": "PractitionerRole/1732567199206056000.d45c2caf-df5d-42ad-9691-a1cc8b1c5567" } ], - "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.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." }, { - "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" : "S", - "display" : "S" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" } ] } @@ -12814,116 +13553,146 @@ } }, { - "fullUrl" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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" + "system": "LB", + "value": "MCOE" } ], - "name" : "ROSE MEDICAL CENTER (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" : [ + "fullUrl": "Location/1732567199206244000.32d53286-2793-456b-8fe7-0135add7e293", + "resource": { + "resourceType": "Location", + "id": "1732567199206244000.32d53286-2793-456b-8fe7-0135add7e293", + "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" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "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/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "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/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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12931,95 +13700,95 @@ } }, { - "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" : [ + "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" } } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435" + "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" } ] } @@ -13027,174 +13796,174 @@ } }, { - "fullUrl" : "Observation/1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "extension" : [ + "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/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/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/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" : [ + "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "6933-6", - "display" : "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" + "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" : "STS", - "display" : "STREPTOMYCIN SYNERGY SCREEN" + "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/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b" + "reference": "Organization/1732567199211435000.241fa32a-7d73-4bba-8257-840a6247da06" }, { - "reference" : "PractitionerRole/1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092" + "reference": "PractitionerRole/1732567199211572000.23956087-5a2a-4a3f-b8f9-70a46acb0154" } ], - "valueString" : "SYN-S", - "interpretation" : [ + "valueString": "SYN-S", + "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.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." }, { - "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" : "S", - "display" : "S" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" } ] } @@ -13202,116 +13971,146 @@ } }, { - "fullUrl" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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" + "system": "LB", + "value": "MCOE" } ], - "name" : "ROSE MEDICAL CENTER (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" : [ + "fullUrl": "Location/1732567199211763000.fec7de5d-93c2-4e2d-82b7-56c06397275c", + "resource": { + "resourceType": "Location", + "id": "1732567199211763000.fec7de5d-93c2-4e2d-82b7-56c06397275c", + "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/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/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" : "Shalini" + "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/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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -13319,95 +14118,95 @@ } }, { - "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" : [ + "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" } } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f" + "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" } ] } @@ -13415,186 +14214,194 @@ } }, { - "fullUrl" : "Observation/1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "extension" : [ + "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/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/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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "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.1", - "valueString" : ">=" + "url": "SN.1", + "valueString": "\u003e\u003d" }, { - "url" : "SN.2", - "valueString" : "32" + "url": "SN.2", + "valueString": "32" } ] }, { - "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.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "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" : "ug/mL", - "display" : "ug/mL" + "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" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "preliminary", - "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" : "19000-9", - "display" : "Vancomycin [Susceptibility]" + "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" : "VA", - "display" : "VANCOMYCIN" + "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/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-07T16:36: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" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5" + "reference": "Organization/1732567199215940000.1f4c52f9-24dc-4f8e-b855-c791d3ef7b97" }, { - "reference" : "PractitionerRole/1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c" + "reference": "PractitionerRole/1732567199216071000.2a9a624e-8d75-457d-9c72-dc01b7a64613" } ], - "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.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." + "version": "2.5.1", + "code": "R", + "display": "Resistant. Indicates for microbiology susceptibilities only." }, { - "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" : "R", - "display" : "R" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "R", + "display": "R" } ] } @@ -13602,116 +14409,146 @@ } }, { - "fullUrl" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "extension" : [ + "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" : [ + "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" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "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" + "system": "LB", + "value": "MCOE" } ], - "name" : "ROSE MEDICAL CENTER (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" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "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" : "1033122247" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ + "use": "official", + "family": "Chahal", + "given": [ "Shalini" ], - "prefix" : [ + "prefix": [ "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -13719,95 +14556,95 @@ } }, { - "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" : [ + "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" } } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "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" : "4567 E. NINTH AVENUE" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "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" + "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/1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3" + "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" } ] } @@ -13815,989 +14652,1174 @@ } }, { - "fullUrl" : "Specimen/1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "value": "ER" } ] } }, { - "fullUrl" : "Specimen/1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "extension" : [ + "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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "value": "ER" } ] } }, { - "fullUrl" : "Specimen/1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "extension" : [ + "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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "value": "ER" } ] } }, { - "fullUrl" : "Specimen/1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "extension" : [ + "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" + "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/1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "extension" : [ + "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/hl7v2Segment", - "valueString" : "OBR" + "value": "ER" } ] } }, { - "fullUrl" : "Specimen/1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "extension" : [ + "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/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.26", - "valueString" : "1" + "url": "SPM.26", + "valueString": "1" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "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" : "M12776123" + "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", + "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" : "09339017" + "value": "09339017" }, { - "extension" : [ + "extension": [ { - "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" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] }, { - "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" : "M12776123" + "value": "M12776123" } ], - "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" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" + "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" : "BLD", - "display" : "BLOOD" + "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" : [ + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "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" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "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" : "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" : "RA", - "display" : "RIGHT ARM" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT 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" } ], - "code" : "5.67" + "code": "5.67" } ] } }, - "container" : [ + "container": [ { - "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" } ], - "display" : "BACTEC AEROBIC PLUS" + "display": "BACTEC AEROBIC PLUS" } ] } } ], - "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" : "RA" + "text": "RA" } ] } }, { - "fullUrl" : "Specimen/1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "extension" : [ + "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/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.26", - "valueString" : "3.0" + "url": "SPM.26", + "valueString": "3.0" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "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" : "M12776123" + "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", + "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" : "09339017" + "value": "09339017" }, { - "extension" : [ + "extension": [ { - "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" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] }, { - "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" : "M12776123" + "value": "M12776123" } ], - "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" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" + "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" : "BLD", - "display" : "BLOOD" + "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" : [ + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "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" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "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" : "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" : "RA", - "display" : "RIGHT ARM" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT 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" } ], - "code" : "5.67" + "code": "5.67" } ] } }, - "container" : [ + "container": [ { - "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" } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" + "display": "BACTEC BLOOD CULTURE BOTTLES" } ] } } ], - "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" : "RA" + "text": "RA" } ] } }, { - "fullUrl" : "Specimen/1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "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/hl7v2Segment", - "valueString" : "SPM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "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" : "M12776123" + "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", + "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" : "09339017" + "value": "09339017" }, { - "extension" : [ + "extension": [ { - "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" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] }, { - "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" : "M12776123" + "value": "M12776123" } ], - "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" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" + "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" : "BLD", - "display" : "BLOOD" + "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" : [ + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "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" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "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" : "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" : "RA", - "display" : "RIGHT ARM" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT 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" } ], - "code" : "5.67" + "code": "5.67" } ] } }, - "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" : "RA" + "text": "RA" } ] } }, { - "fullUrl" : "Specimen/1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "extension" : [ + "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/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.26", - "valueString" : "3.0" + "url": "SPM.26", + "valueString": "3.0" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "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" : "M12776123" + "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", + "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" : "09339017" + "value": "09339017" }, { - "extension" : [ + "extension": [ { - "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" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] }, { - "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" : "M12776123" + "value": "M12776123" } ], - "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" : "07/31/2012", - "code" : "119303007", - "display" : "Microbial isolate" + "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" : "ISLT", - "display" : "ISOLATE" + "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" : [ + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "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" : [ + "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/hl7v2-date-time", + "valueString": "20280808092805-0600" } ] }, - "end" : "2028-08-08T09:28:05-06:00", - "_end" : { - "extension" : [ + "end": "2028-08-08T09:28:05-06:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280808092805-0600" } ] } }, - "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" : "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" : "RA", - "display" : "RIGHT ARM" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT 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" } ], - "code" : "5.67" + "code": "5.67" } ] } }, - "container" : [ + "container": [ { - "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" } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" + "display": "BACTEC BLOOD CULTURE BOTTLES" } ] } } ], - "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" : "RA" + "text": "RA" } ] } }, { - "fullUrl" : "ServiceRequest/1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "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", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "ORC.6", - "valueString" : "N" + "url": "ORC.6", + "valueString": "N" }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606855328000.8e655e19-8d8e-4482-9b56-fccaa92defda" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199259673000.c2d10aa4-97e9-44f8-a814-a151fad84493" } }, { - "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" : "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" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199262103000.6ea02fd6-3567-4dea-b0c0-5d40b4c6f522" } }, { - "url" : "ORC.15", - "valueString" : "202108032350" + "url": "ORC.15", + "valueString": "202108032350" }, { - "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" : "TMCA, SOUTH CAMPUS" + "code": "TMCA, SOUTH CAMPUS" } ] } @@ -14805,460 +15827,484 @@ ] }, { - "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" : "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" } ] } ], - "value" : "09339017" + "value": "09339017" } }, { - "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" : "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" } ] } ], - "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" - } - ] + "value": "21:AA:B0029251S.1" } }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199265691000.f3e7f2eb-fc79-45a2-87f3-139450feb8d3" } }, { - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "phone", - "use" : "work" + "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.18", - "valueString" : "21:AA:B0029251Sm12776123" + "url": "OBR.21", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" }, { - "url" : "OBR.19", - "valueString" : "09339017" + "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": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128" + } + }, + { + "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/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" : [ + "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" : "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" : [ + "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" : "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" : [ + "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" : "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" } ], - "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.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" : [ + "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } } ], - "reference" : "PractitionerRole/1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b" + "reference": "PractitionerRole/1732567199247782000.e1083139-e56a-4205-b406-a828477fbfd4" }, - "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" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" + "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" + "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" + "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" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } ], - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -15266,666 +16312,726 @@ ] }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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" : [ + "fullUrl": "Location/1732567199248131000.5b903d94-1adc-4263-9116-324644efa2f6", + "resource": { + "resourceType": "Location", + "id": "1732567199248131000.5b903d94-1adc-4263-9116-324644efa2f6", + "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/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" : "NPI" + "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", + "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": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" + "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" : "NPI" + "code": "NPI" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } ], - "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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" : [ + "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" : [ + "name": "TMCA, SOUTH CAMPUS", + "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "6952653" + "url": "XTN.7", + "valueString": "6952653" } ] } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "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" : "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" + "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" + "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/1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0" + "organization": { + "reference": "Organization/1732567199252112000.e4764b88-05f2-4bc8-8344-716fae3f8286" } } }, { - "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" : [ + "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": [ + { + "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" + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Practitioner/1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf", - "extension" : [ + "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/assigning-authority", - "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/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/namespace-id", - "valueString" : "NPI" + "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", + "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": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" : "NPI" + "code": "NPI" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -15933,90 +17039,108 @@ } }, { - "fullUrl" : "Practitioner/1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5", - "identifier" : [ + "fullUrl": "Location/1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5", + "resource": { + "resourceType": "Location", + "id": "1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5", + "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" : "Practitioner/1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -16024,122 +17148,134 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506", - "extension" : [ + "fullUrl": "Practitioner/1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "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/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "ORC.6", - "valueString" : "N" + "url": "ORC.6", + "valueString": "N" }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606869104000.7e7722de-f616-479d-9f8a-9f7ac5290d2d" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199288129000.45dae377-0ff2-437a-a4f5-004892737f47" } }, { - "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" : "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" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199290293000.65a73d14-5ca1-45bc-ad49-6a5029ffd397" } }, { - "url" : "ORC.15", - "valueString" : "202108032350" + "url": "ORC.15", + "valueString": "202108032350" }, { - "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" : "TMCA, SOUTH CAMPUS" + "code": "TMCA, SOUTH CAMPUS" } ] } @@ -16147,460 +17283,484 @@ ] }, { - "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" : "M12776123.2" + "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", + "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" } ] } ], - "value" : "09339017" + "value": "09339017" } }, { - "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" : "M12776123.2" + "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/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" - } - ] + "value": "21:AA:B0029251S.2" } }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199293249000.ba98c75d-94a8-431a-be71-73c8cde69a26" } }, { - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "phone", - "use" : "work" + "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" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e" + } }, { - "url" : "OBR.19", - "valueString" : "09339017" + "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/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.2" + "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", + "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" : [ + "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" : "M12776123.2" + "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/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.2" + "value": "21:AA:B0029251S.2" }, { - "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" : "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" : [ + "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" : "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" } ], - "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.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" : "BLOODC", - "display" : "BLOOD CULTURE" + "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" }, - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } } ], - "reference" : "PractitionerRole/1716965606861031000.e2fa4492-bd11-495d-a7ca-b0a93373a910" + "reference": "PractitionerRole/1732567199277056000.5dc7ed7d-c1b1-491b-98b9-c089fea638de" }, - "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" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" + "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" + "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" + "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" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } ], - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -16608,666 +17768,726 @@ ] }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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" : [ + "fullUrl": "Location/1732567199278230000.47e3eec9-09df-4041-920b-6c965d48218a", + "resource": { + "resourceType": "Location", + "id": "1732567199278230000.47e3eec9-09df-4041-920b-6c965d48218a", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "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/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/namespace-id", - "valueString" : "NPI" + "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", + "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": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" + "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" : "NPI" + "code": "NPI" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } ], - "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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" : [ + "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": "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" : [ + "name": "TMCA, SOUTH CAMPUS", + "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "6952653" + "url": "XTN.7", + "valueString": "6952653" } ] } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "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" : "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" + "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" + "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/1716965606864307000.c8494081-f9df-4949-9c88-debf52255fa3" + "organization": { + "reference": "Organization/1732567199282665000.9a242a73-270f-4948-a03e-349c6132ccc9" } } }, { - "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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "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", + "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" + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Practitioner/1716965606870821000.e1001632-2193-4c38-9956-a48c592eceee", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606870821000.e1001632-2193-4c38-9956-a48c592eceee", - "extension" : [ + "fullUrl": "Location/1732567199289431000.8566d616-5447-4ad7-a732-a1d428cac2bc", + "resource": { + "resourceType": "Location", + "id": "1732567199289431000.8566d616-5447-4ad7-a732-a1d428cac2bc", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "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/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/namespace-id", - "valueString" : "NPI" + "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", + "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": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" : "NPI" + "code": "NPI" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -17275,90 +18495,108 @@ } }, { - "fullUrl" : "Practitioner/1716965606872078000.76d35b49-e732-46ab-a833-11a347a99639", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606872078000.76d35b49-e732-46ab-a833-11a347a99639", - "identifier" : [ + "fullUrl": "Location/1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5", + "resource": { + "resourceType": "Location", + "id": "1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5", + "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" : "Practitioner/1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -17366,122 +18604,134 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36", - "extension" : [ + "fullUrl": "Practitioner/1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "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/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "ORC.6", - "valueString" : "N" + "url": "ORC.6", + "valueString": "N" }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606882630000.43b0f384-c637-4c01-8905-23c3b0f28837" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199309365000.42d0cf2c-f189-47f3-9382-7713bf5749f7" } }, { - "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" : "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" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199313314000.d0e751df-2661-4b2b-b8d0-af3f50e438db" } }, { - "url" : "ORC.15", - "valueString" : "202108032350" + "url": "ORC.15", + "valueString": "202108032350" }, { - "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" : "TMCA, SOUTH CAMPUS" + "code": "TMCA, SOUTH CAMPUS" } ] } @@ -17489,460 +18739,484 @@ ] }, { - "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" : "M12776123.3" + "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" } ] } ], - "value" : "09339017" + "value": "09339017" } }, { - "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" : "M12776123.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" }, { - "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" : "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" + "value": "21:AA:B0029251S.3" } }, { - "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/1732567199315426000.f8b7b624-263c-4b36-9352-43f2154c6046" } }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2" - } - }, - { - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "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" } - ], - "system" : "phone", - "use" : "work" + ] } }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d" + } }, { - "url" : "OBR.19", - "valueString" : "09339017" + "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/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.3" + "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" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "09339017" + "value": "09339017" }, { - "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" : "M12776123.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" }, { - "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.3" + "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/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" : "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" : [ + "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" : "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" } ], - "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.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "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" : "VERGPCOM", - "display" : "COMMENT" + "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" }, - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } } ], - "reference" : "PractitionerRole/1716965606874817000.3e2e22fa-86ec-41de-bc5d-2869cdbc97e5" + "reference": "PractitionerRole/1732567199297610000.2a0e1d38-ed43-4d8f-8dc4-b37d188a7d5c" }, - "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" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" + "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" + "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" + "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" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } ], - "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-type", - "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } @@ -17950,666 +19224,726 @@ ] }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "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" : [ + "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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "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" : "Critical result called to and read back by:CLAIRE HCE7362" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "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" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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/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" : "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" }, { - "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": "C", + "display": "Comment" } ] } } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "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" : [ + "fullUrl": "Location/1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31", + "resource": { + "resourceType": "Location", + "id": "1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31", + "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/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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" + "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/1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } ], - "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" : "5600 S Quebec St #312A" + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "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" : [ + "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": [ + { + "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" : [ + "name": "TMCA, SOUTH CAMPUS", + "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "6952653" + "url": "XTN.7", + "valueString": "6952653" } ] } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "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" : "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" + "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" + "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/1716965606878063000.b83d9a2c-a3b3-426b-b987-1d6440c6dece" + "organization": { + "reference": "Organization/1732567199303663000.b4c6b48f-ba35-49b1-a04a-8b7480e96976" } } }, { - "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" : [ + "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" + "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" + } + }, + { + "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" : "TMCA, SOUTH CAMPUS" + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606886047000.a255680c-5c38-4733-bfd1-dad00eed0a9e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606886047000.a255680c-5c38-4733-bfd1-dad00eed0a9e", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199310685000.0a389216-3789-4d29-8c97-7e4ee94db606" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -18617,90 +19951,108 @@ } }, { - "fullUrl" : "Practitioner/1716965606889808000.0b1a0c7c-a36f-44e1-874f-77ff765d1314", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606889808000.0b1a0c7c-a36f-44e1-874f-77ff765d1314", - "identifier" : [ + "fullUrl": "Location/1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506", + "resource": { + "resourceType": "Location", + "id": "1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506", + "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" : "Practitioner/1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -18708,306 +20060,342 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2", - "extension" : [ + "fullUrl": "Practitioner/1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "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": "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.21", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" + "url": "OBR.22", + "valueString": "20210810062500-0600" }, { - "url" : "OBR.25", - "valueId" : "P" + "url": "OBR.25", + "valueId": "P" }, { - "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" }, { - "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" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7" }, { - "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" } ], - "text" : "EXTENDED BLOOD CULTURE" + "text": "EXTENDED BLOOD CULTURE" } }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "1" }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" + "url": "prl-3-parent-observation-descriptor", + "valueString": "ENTRAFVRE" } ] }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.29", + "valueIdentifier": { + "extension": [ { - "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" : "21:AA:B0029251Sm12776123" + "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/namespace-id", + "valueString": "RML" }, { - "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" } ] } } }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a" + "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" : [ + "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" : "SEPTIC SHOCK" + "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" : [ + "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" : "M12776123.4" + "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": "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.4" + "value": "21:AA:B0029251S.4" } ], - "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.40", - "code" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" + "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" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" + "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" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } } ], - "reference" : "Practitioner/1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4" + "reference": "Practitioner/1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e" }, - "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" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" + "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" + "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" + "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" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } @@ -19015,82 +20403,112 @@ } }, { - "fullUrl" : "Practitioner/1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4", - "extension" : [ + "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/assigning-authority", - "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/1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e", + "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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" : "OBR.16" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199319335000.6ba64f36-da2d-4205-8759-8101e15f066d" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -19098,90 +20516,108 @@ } }, { - "fullUrl" : "Practitioner/1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a", - "identifier" : [ + "fullUrl": "Location/1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7", + "resource": { + "resourceType": "Location", + "id": "1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7", + "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" : "Practitioner/1716965606899555000.c2e7e447-43fd-4679-a1ac-8bf539a005d0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606899555000.c2e7e447-43fd-4679-a1ac-8bf539a005d0", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -19189,290 +20625,326 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf", - "extension" : [ + "fullUrl": "Practitioner/1732567199339633000.9941f749-f310-4aae-baee-66772fa11dec", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199339633000.9941f749-f310-4aae-baee-66772fa11dec", + "identifier": [ + { + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.21", - "valueString" : "ROSE MEDICAL CENTER (MCOE)" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199347806000.733f71a0-d784-48a9-b056-9a1ed5a22207" + } + }, + { + "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": "ROSE MEDICAL CENTER (MCOE)" }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" + "url": "OBR.22", + "valueString": "20210810062500-0600" }, { - "url" : "OBR.25", - "valueId" : "P" + "url": "OBR.25", + "valueId": "P" }, { - "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" }, { - "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" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7" }, { - "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" } ], - "text" : "EXTENDED BLOOD CULTURE" + "text": "EXTENDED BLOOD CULTURE" } }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "1" }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" + "url": "prl-3-parent-observation-descriptor", + "valueString": "ENTRAFVRE" } ] }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.29", + "valueIdentifier": { + "extension": [ { - "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" : "21:AA:B0029251Sm12776123" + "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/namespace-id", + "valueString": "RML" }, { - "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" } ] } } }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa" + "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/1732567199349709000.0d0ab2bf-19ce-4363-b855-cdf3993e3d87" } }, { - "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" : "SEPTIC SHOCK" + "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" : [ + "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" : "M12776123.5" + "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": "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.5" + "value": "21:AA:B0029251S.5" } ], - "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" : "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" : "VGP-75", - "display" : "VITEK2 AST-GP75" + "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" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "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" : "303" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" }, { - "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" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "4362727" + "url": "XTN.7", + "valueString": "4362727" }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" + "url": "XTN.9", + "valueString": "Hospital Line" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "phone", - "use" : "work" + "system": "phone", + "use": "work" } } ], - "reference" : "Practitioner/1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc" + "reference": "Practitioner/1732567199343817000.de85e106-1750-414f-8602-d732a8b65233" }, - "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" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" + "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" + "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" + "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" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } @@ -19480,82 +20952,112 @@ } }, { - "fullUrl" : "Practitioner/1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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" : "OBR.16" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199342809000.1d71b8a8-ab18-4d30-84c5-e682ae48485f" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -19563,90 +21065,108 @@ } }, { - "fullUrl" : "Practitioner/1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa", - "identifier" : [ + "fullUrl": "Location/1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a", + "resource": { + "resourceType": "Location", + "id": "1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a", + "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" : "Practitioner/1716965606906633000.96fd9e69-65a4-49cd-9787-b4bcffac6a46", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606906633000.96fd9e69-65a4-49cd-9787-b4bcffac6a46", - "extension" : [ + "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/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", - "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" } ] }, { - "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" }, { - "url" : "XCN.4", - "valueString" : "Beau" + "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/1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a" + } + } + ], + "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" } ] }, - "system" : "NPI", - "value" : "1871759365" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Willison", - "given" : [ + "use": "official", + "family": "Willison", + "given": [ "Christopher", "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -19654,952 +21174,964 @@ } }, { - "fullUrl" : "DiagnosticReport/1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365", - "identifier" : [ + "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" : [ + "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" : [ + "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" : [ + "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" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301" + "reference": "ServiceRequest/1732567199274851000.e2bdcd89-32fc-49c6-a389-84c5a06ef171" } ], - "status" : "preliminary", - "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" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "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": "20210810062500-0600" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a" + "reference": "Specimen/1732567199238263000.db55ca11-4df0-4cce-bee6-16839c06583a" }, { - "reference" : "Specimen/1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c" + "reference": "Specimen/1732567199228980000.9129841c-20d4-4d5b-9b9c-ccfde96355cd" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606222412000.c037ad5e-3f81-4285-9e60-c2c885f16e42" + "reference": "Observation/1732567199047490000.fabe7bf9-7271-45b1-bf3e-573fecaab793" }, { - "reference" : "Observation/1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6" + "reference": "Observation/1732567199054451000.5d56f5b0-9d28-48a2-aca2-6096f3dd9202" }, { - "reference" : "Observation/1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42" + "reference": "Observation/1732567199060378000.fcfe2ad2-c4fb-43d1-81fb-562a506ec857" } ] } }, { - "fullUrl" : "DiagnosticReport/1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d", + "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.2" + "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", + "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" : [ + "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.2" + "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/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.2" + "value": "21:AA:B0029251S.2" }, { - "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" : "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" : [ + "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" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506" + "reference": "ServiceRequest/1732567199296120000.0ce174fa-c7c1-4c3a-8e30-1b539cba47c2" } ], - "status" : "preliminary", - "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" : "BLOODC", - "display" : "BLOOD CULTURE" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "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": "20210810062500-0600" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d" + "reference": "Specimen/1732567199240616000.a916150d-c1d3-4d7d-a92b-c1ee9b43cc8e" }, { - "reference" : "Specimen/1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70" + "reference": "Specimen/1732567199230364000.019f09a8-e3c0-4191-bfcf-bb02082f7994" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2" + "reference": "Observation/1732567199077189000.133e6966-1206-491f-8afc-cda8f9ff0e3a" }, { - "reference" : "Observation/1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99" + "reference": "Observation/1732567199088223000.363c471d-02e4-4417-a649-1c4eae0d8406" }, { - "reference" : "Observation/1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea" + "reference": "Observation/1732567199100914000.abe72908-3b56-4304-ab0e-ea56554d594d" }, { - "reference" : "Observation/1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d" + "reference": "Observation/1732567199106706000.f4fa25c6-b3ed-43be-bc41-0103e99c7ccb" }, { - "reference" : "Observation/1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6" + "reference": "Observation/1732567199111827000.60f266e4-b9db-4e40-b926-4d43661b0aa5" }, { - "reference" : "Observation/1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8" + "reference": "Observation/1732567199119630000.d2413f80-e90e-455e-b46b-8fbe1c02c421" }, { - "reference" : "Observation/1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8" + "reference": "Observation/1732567199124582000.d849036b-2d33-44e2-97fc-63b48afa72ee" } ] } }, { - "fullUrl" : "DiagnosticReport/1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341", - "identifier" : [ + "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/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.3" + "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" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "09339017" + "value": "09339017" }, { - "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" : "M12776123.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" }, { - "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.3" + "value": "21:AA:B0029251S.3" }, { - "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" : "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" : [ + "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" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36" + "reference": "ServiceRequest/1732567199318382000.46e91b38-da3c-4cc8-801e-18c8d07d0ecf" } ], - "status" : "preliminary", - "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": "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" : "VERGPCOM", - "display" : "COMMENT" + "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" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "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": "20210810062500-0600" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28" + "reference": "Specimen/1732567199242870000.81842cd8-5775-4fc6-b5c2-b353231c881b" }, { - "reference" : "Specimen/1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d" + "reference": "Specimen/1732567199231598000.d8e9a99e-5905-498e-a737-a763a55f939a" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9" + "reference": "Observation/1732567199140275000.94eea07e-6d97-41f9-9dd1-4cd3422211f1" }, { - "reference" : "Observation/1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a" + "reference": "Observation/1732567199144879000.8eb1281b-d897-4d62-9de5-8b1c0b228c15" }, { - "reference" : "Observation/1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4" + "reference": "Observation/1732567199150834000.a2f961f6-b583-4923-b910-41a11a600b51" }, { - "reference" : "Observation/1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358" + "reference": "Observation/1732567199155168000.12ef8744-f345-48fa-8305-8d7d9382fc8d" }, { - "reference" : "Observation/1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c" + "reference": "Observation/1732567199159440000.6ccfebb0-cd42-4d6a-8931-d3d6396031ca" }, { - "reference" : "Observation/1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999" + "reference": "Observation/1732567199163332000.633e21bf-037b-46c5-8bf3-1d0b04273b08" }, { - "reference" : "Observation/1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad" + "reference": "Observation/1732567199167298000.20b3c4c6-2814-4819-8809-71e9513bd24b" }, { - "reference" : "Observation/1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5" + "reference": "Observation/1732567199175898000.1cc90ee7-dd03-44d1-8201-1d9ea729977c" }, { - "reference" : "Observation/1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23" + "reference": "Observation/1732567199183716000.d968c1df-10f8-4a2b-b0a4-f3fc282f4363" }, { - "reference" : "Observation/1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14" + "reference": "Observation/1732567199187552000.9acf86c2-c4f3-49a3-95e7-cc6857b20b50" } ] } }, { - "fullUrl" : "DiagnosticReport/1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0", + "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" : "M12776123.4" + "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": "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.4" + "value": "21:AA:B0029251S.4" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2" + "reference": "ServiceRequest/1732567199341806000.04ec2e33-a0f9-4c3a-9f53-6303e4365ee2" } ], - "status" : "preliminary", - "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" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" + "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" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" + "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" + "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" }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ + "effectivePeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "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": "20210810062500-0600" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e" + "reference": "Specimen/1732567199232902000.7aa259f0-f0b6-4442-9c8e-3e6a3e9bfc15" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769" + "reference": "Observation/1732567199191704000.a2684432-4d02-4883-a6b0-a0d03f4c62c1" } ] } }, { - "fullUrl" : "DiagnosticReport/1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240", + "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" : "M12776123.5" + "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": "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.5" + "value": "21:AA:B0029251S.5" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf" + "reference": "ServiceRequest/1732567199350649000.6d72749f-5ca5-47f9-b04c-f4ede1111108" } ], - "status" : "preliminary", - "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" : "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" : "VGP-75", - "display" : "VITEK2 AST-GP75" + "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" + "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" }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ + "effectivePeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ + "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/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "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": "20210810062500-0600" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba" + "reference": "Specimen/1732567199246837000.00095c08-1656-4163-ad56-d0d65b250a1f" }, { - "reference" : "Specimen/1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d" + "reference": "Specimen/1732567199234286000.149b36f1-3353-448f-bade-e0b95e7922fa" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef" + "reference": "Observation/1732567199195790000.44b30c3b-2f5c-48ba-a04f-d6a0edb924e1" }, { - "reference" : "Observation/1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58" + "reference": "Observation/1732567199201535000.07b1653e-e7a8-4c04-ac81-a46d6bc1f724" }, { - "reference" : "Observation/1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22" + "reference": "Observation/1732567199205607000.da0c61c1-eede-4f6d-a884-8780b69fc92d" }, { - "reference" : "Observation/1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1" + "reference": "Observation/1732567199211107000.7231f3ff-1cf8-4db9-a452-f19059611bf2" }, { - "reference" : "Observation/1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c" + "reference": "Observation/1732567199215596000.2c9e9f7e-00f6-4758-9689-90b5a8193f09" } ] } 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..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,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": "1732567199078686000.79335908-9cc3-4f82-a28d-decc522dc8e1", + "meta": { + "lastUpdated": "2024-11-25T15:39:59.078-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/1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4", + "resource": { + "resourceType": "MessageHeader", + "id": "1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4", + "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/1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842" } } ], - "sender" : { - "reference" : "Organization/1716965606317791000.2cf5f0c8-7949-4306-99ce-47dbdda9bbcf" + "sender": { + "reference": "Organization/1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f" }, - "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/1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f", + "resource": { + "resourceType": "Organization", + "id": "1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f", + "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/1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842", + "resource": { + "resourceType": "Organization", + "id": "1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842", + "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/1732567199082302000.bbde341d-fc20-4dbc-ae24-bce2e16a49fc", + "resource": { + "resourceType": "Provenance", + "id": "1732567199082302000.bbde341d-fc20-4dbc-ae24-bce2e16a49fc", + "target": [ { - "reference" : "MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051" + "reference": "MessageHeader/1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4" }, { - "reference" : "DiagnosticReport/1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7" + "reference": "DiagnosticReport/1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221" } ], - "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/1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2" } } ], - "entity" : [ + "entity": [ { - "role" : "source", - "what" : { - "reference" : "Device/1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc" + "role": "source", + "what": { + "reference": "Device/1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea" } } ] } }, { - "fullUrl" : "Organization/1716965606319252000.05aba362-4851-4c5d-890a-6b1f4a7f376a", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606319252000.05aba362-4851-4c5d-890a-6b1f4a7f376a", - "identifier" : [ + "fullUrl": "Organization/1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2", + "resource": { + "resourceType": "Organization", + "id": "1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2", + "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/1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516", + "resource": { + "resourceType": "Organization", + "id": "1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516", + "name": "CAREEVOLUTION" } }, { - "fullUrl" : "Device/1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc", - "resource" : { - "resourceType" : "Device", - "id" : "1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc", - "extension" : [ + "fullUrl": "Device/1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea", + "resource": { + "resourceType": "Device", + "id": "1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea", + "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/1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516" } } ], - "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/1732567199084850000.0e2e83de-ecf2-40f4-b7b1-dc0c568fb2f0", + "resource": { + "resourceType": "Provenance", + "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" ], - "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/1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962" } } ] } }, { - "fullUrl" : "Organization/1716965606320179000.d4b4a689-1432-4e95-956f-944f64020efd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606320179000.d4b4a689-1432-4e95-956f-944f64020efd", - "identifier" : [ + "fullUrl": "Organization/1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962", + "resource": { + "resourceType": "Organization", + "id": "1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962", + "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/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1", + "resource": { + "resourceType": "Patient", + "id": "1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1", + "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/1732567199097970000.9d66059f-8440-4a7c-b62a-e5be1022090e", + "resource": { + "resourceType": "Provenance", + "id": "1732567199097970000.9d66059f-8440-4a7c-b62a-e5be1022090e", + "target": [ { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" } ], - "recorded" : "2024-05-29T02:53:26Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-25T15:39:59Z", + "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/1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174", + "resource": { + "resourceType": "Observation", + "id": "1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174", + "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,471 @@ ] } ], - "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/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606325597000.9ecd85ad-26a7-4f9c-bb1e-329147adff19" + "reference": "Organization/1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521" }, { - "reference" : "Organization/1716965606326134000.29dd5258-d006-45ff-a468-273b81c2787b" + "reference": "Organization/1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0" } ], - "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/1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521", + "resource": { + "resourceType": "Organization", + "id": "1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521", + "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/1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0", + "resource": { + "resourceType": "Organization", + "id": "1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0", + "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/1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc", + "resource": { + "resourceType": "Observation", + "id": "1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc", + "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/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606327914000.b84b2d4c-5cc4-49a2-968e-47461b1e6435" + "reference": "Organization/1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3" }, { - "reference" : "Organization/1716965606328377000.6abf90c2-3c5e-47dc-9f22-143d7f7b9437" + "reference": "Organization/1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d" } ], - "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/1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3", + "resource": { + "resourceType": "Organization", + "id": "1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3", + "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/1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d", + "resource": { + "resourceType": "Organization", + "id": "1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d", + "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/1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0", + "resource": { + "resourceType": "Specimen", + "id": "1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "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/1716965606768446000.4cf7e06a-44ef-4645-9e77-f685b48df80d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606768446000.4cf7e06a-44ef-4645-9e77-f685b48df80d", - "extension" : [ + "fullUrl": "Specimen/1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59", + "resource": { + "resourceType": "Specimen", + "id": "1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59", + "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 +1025,61 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606773953000.70c9858c-cfdb-4635-9699-24ba6db8b303", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606773953000.70c9858c-cfdb-4635-9699-24ba6db8b303", - "extension" : [ + "fullUrl": "ServiceRequest/1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03", + "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/1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416" } }, { - "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/1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476" } } ] }, { - "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,298 +1087,310 @@ } }, { - "url" : "OBR.22", - "valueString" : "20240403120000-0400" - }, - { - "url" : "OBR.25", - "valueId" : "F" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade" } }, { - "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" } ] } } + }, + { + "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" } ] } ], - "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/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, - "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/1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f" } } }, { - "fullUrl" : "Practitioner/1716965606769699000.059e0fa7-daa8-4d4d-a27f-d80730c4af8f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606769699000.059e0fa7-daa8-4d4d-a27f-d80730c4af8f", - "extension" : [ + "fullUrl": "Practitioner/1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123", + "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/1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab", + "resource": { + "resourceType": "Organization", + "id": "1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab", + "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/1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f", + "practitioner": { + "reference": "Practitioner/1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123" }, - "organization" : { - "reference" : "Organization/1716965606770458000.9f82cfc6-28cd-4599-8f35-6d5d9d072398" + "organization": { + "reference": "Organization/1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab" } } }, { - "fullUrl" : "Organization/1716965606771955000.729f2327-ffc3-433d-b37a-1f3abcd949b0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606771955000.729f2327-ffc3-433d-b37a-1f3abcd949b0", - "name" : "SA.OTCSelfReport" + "fullUrl": "Organization/1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416", + "resource": { + "resourceType": "Organization", + "id": "1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416", + "name": "SA.OTCSelfReport" } }, { - "fullUrl" : "Practitioner/1716965606772633000.73ae00fa-6136-49fa-b65e-a80896e27b9f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606772633000.73ae00fa-6136-49fa-b65e-a80896e27b9f" + "fullUrl": "Practitioner/1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476" } }, { - "fullUrl" : "Practitioner/1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23" + "fullUrl": "Practitioner/1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade" } }, { - "fullUrl" : "DiagnosticReport/1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221", + "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/1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03" } ], - "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/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, - "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/1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59" }, { - "reference" : "Specimen/1716965606329873000.d8ec48f1-fc30-425a-b216-ee8bf8d55db2" + "reference": "Specimen/1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606325282000.e4e667b9-d8f8-4596-8818-eec074916908" + "reference": "Observation/1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174" }, { - "reference" : "Observation/1716965606327578000.91bd7b9e-c55b-446c-bdd3-5c69c267ec51" + "reference": "Observation/1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc" } ] } 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/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/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 f69513f6a5c..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 @@ -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 links ServiceRequest to Observation through SupportingInfo`() { + 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/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/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/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..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,1762 +1,2652 @@ { - "resourceType" : "Bundle", - "id" : "1711057489333547000.de4ee6f2-3ae9-4041-9eae-66a49d883798", - "meta" : { - "lastUpdated" : "2024-03-21T17:44:49.340-04:00" + "resourceType": "Bundle", + "id": "1732560543252705000.5512e3cc-f417-41f7-82f6-be5e073ca352", + "meta": { + "lastUpdated": "2024-11-25T13:49:03.252-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/1732560543255592000.5f135c2e-06a9-420a-ba40-e65e430321b2", + "resource": { + "resourceType": "MessageHeader", + "id": "1732560543255592000.5f135c2e-06a9-420a-ba40-e65e430321b2", + "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/1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9" } } ], - "sender" : { - "reference" : "Organization/1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84" + "sender": { + "reference": "Organization/1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c" }, - "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/1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c", + "resource": { + "resourceType": "Organization", + "id": "1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c", + "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/1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9", + "resource": { + "resourceType": "Organization", + "id": "1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9", + "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": "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" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "extension": [ { - "url" : "PID.8" + "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": "1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18", + "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" : "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/1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564" } } ], - "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": [ + { + "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" + } } ], - "multipleBirthInteger" : 2, - "link" : [ + "link": [ { - "other" : { - "reference" : "RelatedPerson/1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d" + "other": { + "reference": "RelatedPerson/1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0" }, - "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/1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564", + "resource": { + "resourceType": "Organization", + "id": "1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564", + "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/1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0", + "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": "Provenance/1732560543270089000.8f2030fa-a4b0-412a-b5d0-984806baf996", + "resource": { + "resourceType": "Provenance", + "id": "1732560543270089000.8f2030fa-a4b0-412a-b5d0-984806baf996", + "target": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" - }, + "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/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/1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200" - } - }, + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed" - } - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" + } + ], + "coding": [ { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc" - } + "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" : [ + "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": "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": "SADIE" + }, + { + "url": "XPN.3", + "valueString": "S" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] } + ], + "use": "official", + "family": "SMITH", + "given": [ + "SADIE", + "S" ] } ], - "identifier" : [ + "telecom": [ { - "extension" : [ + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "XTN.7", + "valueString": "5555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "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" : "PLAC" - } - ] - }, - "value" : "421832901" + "system": "phone" } ], - "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" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "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" + } + ] } ], - "value" : "NPI" + "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", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a", - "extension" : [ + "fullUrl": "Observation/1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a", + "resource": { + "resourceType": "Observation", + "id": "1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a", + "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/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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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": "Observation/1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288", + "resource": { + "resourceType": "Observation", + "id": "1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288", + "extension": [ + { + "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" : [ - { - "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/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" - }, - "organization" : { - "reference" : "Organization/1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44" - } - } - }, - { - "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" : [ - { - "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" - } - ] - } - ], - "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/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" : [ - { - "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" : "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" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "739" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "Organization/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "NPI" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", - "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/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ + "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/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c" - } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] - } - }, - { - "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" - }, - { - "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" : "NM" - }, - { - "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" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "status": "unknown", + "code": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "extension": [ + { + "url": "https://reportstream.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" } ] }, - "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" - }, - { - "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" : "NM" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" - } - ] - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971", + "resource": { + "resourceType": "Observation", + "id": "1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168", + "resource": { + "resourceType": "Observation", + "id": "1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168", + "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", + "code": { + "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?" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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/1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06", + "resource": { + "resourceType": "Observation", + "id": "1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06", + "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", + "code": { + "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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658", + "resource": { + "resourceType": "Observation", + "id": "1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658", + "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", + "code": { + "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" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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/1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce", + "resource": { + "resourceType": "Observation", + "id": "1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e", + "resource": { + "resourceType": "Observation", + "id": "1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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/1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a", + "resource": { + "resourceType": "Observation", + "id": "1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead", + "resource": { + "resourceType": "Observation", + "id": "1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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/1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522", + "resource": { + "resourceType": "Observation", + "id": "1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, - "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/1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8", + "resource": { + "resourceType": "Observation", + "id": "1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8", + "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" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "status": "unknown", + "code": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } + "extension": [ + { + "url": "https://reportstream.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" + } ] }, - "valueString" : "Lakeridge Health Revere" + "subject": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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", - "resource" : { - "resourceType" : "Specimen", - "id" : "1711057490338923000.6c62a067-5366-4186-80c3-978e119eb028", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "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" } ], - "identifier" : [ + "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": [ { - "extension" : [ + "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": "1732560543303231000.2d9cfa3b-d077-47dc-b9e9-c6dbaf6d7e14", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + } + ], + "identifier": [ + { + "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": "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" } ] } } } + }, + { + "fullUrl": "ServiceRequest/1732560543311645000.b57e1bdc-262e-422d-a16f-9f77660cf315", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732560543311645000.b57e1bdc-262e-422d-a16f-9f77660cf315", + "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/1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6" + } + } + ] + }, + { + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "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/1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df" + }, + "supportingInfo": [ + { + "reference": "Observation/1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a" + }, + { + "reference": "Observation/1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288" + }, + { + "reference": "Observation/1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971" + }, + { + "reference": "Observation/1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168" + }, + { + "reference": "Observation/1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06" + }, + { + "reference": "Observation/1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658" + }, + { + "reference": "Observation/1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce" + }, + { + "reference": "Observation/1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e" + }, + { + "reference": "Observation/1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a" + }, + { + "reference": "Observation/1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead" + }, + { + "reference": "Observation/1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522" + }, + { + "reference": "Observation/1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8" + } + ], + "specimen": [ + { + "reference": "Specimen/1732560543303231000.2d9cfa3b-d077-47dc-b9e9-c6dbaf6d7e14" + }, + { + "reference": "Specimen/1732560543300806000.406c938b-63f5-4b24-87a2-fe6df4db3c2e" + } + ] + } + }, + { + "fullUrl": "Organization/1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f", + "resource": { + "resourceType": "Organization", + "id": "1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6", + "resource": { + "resourceType": "Practitioner", + "id": "1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6", + "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/1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f" + } + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33", + "resource": { + "resourceType": "Organization", + "id": "1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "PractitionerRole/1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df", + "practitioner": { + "reference": "Practitioner/1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6" + }, + "organization": { + "reference": "Organization/1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33" + } + } + }, + { + "fullUrl": "Organization/1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac", + "resource": { + "resourceType": "Organization", + "id": "1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "Organization/1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4", + "resource": { + "resourceType": "Organization", + "id": "1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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": "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": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "739" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "Organization/1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42", + "resource": { + "resourceType": "Organization", + "id": "1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6", + "resource": { + "resourceType": "Practitioner", + "id": "1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6", + "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/1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42" + } + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] + } } ] } \ No newline at end of file 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/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..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,1700 +1,2216 @@ { - "resourceType" : "Bundle", - "id" : "1707847039699548000.20a09324-cf16-43bc-9328-52840bc77a0a", - "meta" : { - "lastUpdated" : "2024-02-13T11:57:19.729-06:00" + "resourceType": "Bundle", + "id": "1732560511670724000.f32c77cf-ad23-43bc-a013-3fea9d443cd3", + "meta": { + "lastUpdated": "2024-11-25T13:48:31.670-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/1732560511672681000.d74fc9a5-4839-469c-beaa-071f45976033", + "resource": { + "resourceType": "MessageHeader", + "id": "1732560511672681000.d74fc9a5-4839-469c-beaa-071f45976033", + "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/1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6" } } ], - "sender" : { - "reference" : "Organization/1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac" + "sender": { + "reference": "Organization/1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92" }, - "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/1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92", + "resource": { + "resourceType": "Organization", + "id": "1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92", + "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/1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6", + "resource": { + "resourceType": "Organization", + "id": "1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6", + "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": "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" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "extension": [ { - "url" : "PID.8" + "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": "1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a", + "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" : "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/1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e" } } ], - "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/1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e" }, - "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/1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e", + "resource": { + "resourceType": "Organization", + "id": "1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e", + "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/1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e", + "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": "Provenance/1732560511683387000.e6eb7827-be89-4bd4-afdc-0cadfe3c8380", + "resource": { + "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/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", - "extension" : [ - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae" - } - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "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" - }, + "extension": [ { - "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", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "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/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "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": "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" : [ + "fullUrl": "Observation/1732560511687601000.49535bc8-4b68-4f91-b9b7-c8750e2d8f7d", + "resource": { + "resourceType": "Observation", + "id": "1732560511687601000.49535bc8-4b68-4f91-b9b7-c8750e2d8f7d", + "extension": [ + { + "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/1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", - "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/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": "wk", + "display": "week" + } + ] + } }, { - "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/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/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/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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "fullUrl": "Observation/1732560511689759000.2564e813-a596-4109-80a4-ba7dc42d24e5", + "resource": { + "resourceType": "Observation", + "id": "1732560511689759000.2564e813-a596-4109-80a4-ba7dc42d24e5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "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": "CWE" + }, { - "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" - }, - { - "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": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "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" + } + ] + }, + "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" + } + ] }, - "organization" : { - "reference" : "Organization/1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454" + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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": "Observation/1732560511692143000.5ba6549d-7b30-40a2-8259-07901724e390", + "resource": { + "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/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, { - "url" : "XON.10", - "valueString" : "1043269798" + "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" - } - ] - }, - "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" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "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/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/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" - } - ] - }, - "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", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040443634000.464d6ec3-104b-4e33-9753-08279fe67e1a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1732560511694464000.6c92cfb0-0578-45f0-b0be-390fb453fa53", + "resource": { + "resourceType": "Observation", + "id": "1732560511694464000.6c92cfb0-0578-45f0-b0be-390fb453fa53", + "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": "CWE" }, { - "url" : "OBX.6" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "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/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" } ] }, - "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", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040448325000.c15ce93a-0a69-4120-86ab-4534d8661b60", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1732560511696929000.06885dba-e795-4a03-8be4-76f255868d9b", + "resource": { + "resourceType": "Observation", + "id": "1732560511696929000.06885dba-e795-4a03-8be4-76f255868d9b", + "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" : "OBX.2", - "valueId" : "NM" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.6" + "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", + "code": { + "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" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "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" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "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": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] } } }, { - "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/1732560511700247000.83d485ad-8bf1-47d0-9a6c-bf7e83f78fb8", + "resource": { + "resourceType": "Observation", + "id": "1732560511700247000.83d485ad-8bf1-47d0-9a6c-bf7e83f78fb8", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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": "LA12418-2", + "display": "TPN" } ] } } }, { - "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/1732560511702948000.7d0cd160-1c90-40a5-9b5c-8e2c2f0a8bf8", + "resource": { + "resourceType": "Observation", + "id": "1732560511702948000.7d0cd160-1c90-40a5-9b5c-8e2c2f0a8bf8", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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": "LN" } ], - "code" : "N", - "display" : "No" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "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/1732560511705489000.b9fb605f-b56d-4789-9f59-58b4265df4f8", + "resource": { + "resourceType": "Observation", + "id": "1732560511705489000.b9fb605f-b56d-4789-9f59-58b4265df4f8", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "N", - "display" : "No" + "code": "0516199364" } ] } } }, { - "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/1732560511707736000.8cd8206b-364c-4b72-8b92-552921b30ec1", + "resource": { + "resourceType": "Observation", + "id": "1732560511707736000.8cd8206b-364c-4b72-8b92-552921b30ec1", + "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": "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" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "status": "unknown", + "code": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "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": "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/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/1732560511709616000.18975279-2dc6-48cb-b073-8dc2c123262d", + "resource": { + "resourceType": "Observation", + "id": "1732560511709616000.18975279-2dc6-48cb-b073-8dc2c123262d", + "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": "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" - }, - "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" : [ + "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" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER 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": "DAVIS, DANIEL, MD" } }, { - "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/1732560511713056000.b8cd9b90-6da3-4d22-ab0d-c8847d7d6b03", + "resource": { + "resourceType": "Observation", + "id": "1732560511713056000.b8cd9b90-6da3-4d22-ab0d-c8847d7d6b03", + "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": "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" - }, - "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" : [ + "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" : "LA16914-6", - "display" : "BREAST MILK" + "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" : "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": "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/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", - "extension" : [ + "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" : "OBX.2", - "valueId" : "CWE" + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBR.15.3", + "valueString": "SCT" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBR.7", + "valueDateTime": "2023-05-06T05:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] + } } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "extension": [ + { + "url": "https://reportstream.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)" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "0516199364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] - } + }, + "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/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": "Organization/1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b", + "resource": { + "resourceType": "Organization", + "id": "1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "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/obx-observation", - "extension" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "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/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/1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b" } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] } }, { - "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": "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", + "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/observation-sub-type", - "valueCode" : "AOE" + "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": "Organization/1732560511721539000.4c3275ea-1d6d-4358-b609-d98f4cd5b54b", + "resource": { + "resourceType": "Organization", + "id": "1732560511721539000.4c3275ea-1d6d-4358-b609-d98f4cd5b54b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" - }, + "url": "XON.10", + "valueString": "1043269798" + } + ] + } + ], + "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": "CMS" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "Organization/1732560511722310000.3a3a3b2d-2eb1-4295-9b6a-b5dadea32a64", + "resource": { + "resourceType": "Organization", + "id": "1732560511722310000.3a3a3b2d-2eb1-4295-9b6a-b5dadea32a64", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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" : "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" - } - ] - }, - "valueString" : "DAVIS, DANIEL, MD" + "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": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "739" + } + ], + "name": "ST. CLOUD HOSPITAL" } }, { - "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": "Organization/1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2", + "resource": { + "resourceType": "Organization", + "id": "1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560511723434000.d581902c-b16e-44d2-b43b-b6d3b0a48827", + "resource": { + "resourceType": "Practitioner", + "id": "1732560511723434000.d581902c-b16e-44d2-b43b-b6d3b0a48827", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "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/1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2" } - ] - }, - "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" + } + ], + "name": [ + { + "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..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,1698 +1,2214 @@ { - "resourceType" : "Bundle", - "id" : "1707847071537137000.07a221fd-ee87-4d5a-a1e7-13b79535defc", - "meta" : { - "lastUpdated" : "2024-02-13T11:57:51.542-06:00" + "resourceType": "Bundle", + "id": "1732560463137196000.517d26a7-e9ca-4058-93f7-8779688fd074", + "meta": { + "lastUpdated": "2024-11-25T13:47:43.148-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/1732560463224593000.c15da8d5-9824-4a8e-8e1b-b8da20182ebc", + "resource": { + "resourceType": "MessageHeader", + "id": "1732560463224593000.c15da8d5-9824-4a8e-8e1b-b8da20182ebc", + "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/1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896" } } ], - "sender" : { - "reference" : "Organization/1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5" + "sender": { + "reference": "Organization/1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c" }, - "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/1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c", + "resource": { + "resourceType": "Organization", + "id": "1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c", + "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/1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896", + "resource": { + "resourceType": "Organization", + "id": "1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896", + "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": "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" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "extension": [ { - "url" : "PID.8" + "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": "1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c", + "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" : "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/1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88" } } ], - "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/1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c" }, - "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/1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88", + "resource": { + "resourceType": "Organization", + "id": "1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88", + "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/1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c", + "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": "Provenance/1732560463865026000.14ec571c-6d04-425e-9125-a3c966e1d57a", + "resource": { + "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/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", - "extension" : [ - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc" - } - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "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" - }, + "extension": [ { - "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", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "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/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "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": "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" : [ + "fullUrl": "Observation/1732560463872437000.ff33bbbf-a19c-4168-a776-d777e6292a53", + "resource": { + "resourceType": "Observation", + "id": "1732560463872437000.ff33bbbf-a19c-4168-a776-d777e6292a53", + "extension": [ + { + "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/1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", - "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/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": "wk", + "display": "week" + } + ] + } }, { - "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/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/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/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" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "fullUrl": "Observation/1732560463875990000.b2d5769f-bf17-4c33-9fe8-ab809ff5432c", + "resource": { + "resourceType": "Observation", + "id": "1732560463875990000.b2d5769f-bf17-4c33-9fe8-ab809ff5432c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "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": "CWE" + }, { - "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" - }, - { - "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": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "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" + } + ] + }, + "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" + } + ] }, - "organization" : { - "reference" : "Organization/1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f" + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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": "Observation/1732560463878796000.a41e65dc-a9b1-4a28-8206-6131bd92cd43", + "resource": { + "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/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, { - "url" : "XON.10", - "valueString" : "1043269798" + "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" - } - ] - }, - "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" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "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/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/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" - } - ] - }, - "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", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072726067000.1daa933b-9456-492e-93e3-64963e694bab", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1732560463881421000.b5199e33-5e9c-4cda-832e-da7faf1c6d2b", + "resource": { + "resourceType": "Observation", + "id": "1732560463881421000.b5199e33-5e9c-4cda-832e-da7faf1c6d2b", + "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": "CWE" }, { - "url" : "OBX.6" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "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/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" } ] }, - "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", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072730385000.7b72b218-7dbc-4430-aae8-603a4620ae22", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1732560463884184000.9eb8d049-95d5-45f3-8017-84984bc98cfe", + "resource": { + "resourceType": "Observation", + "id": "1732560463884184000.9eb8d049-95d5-45f3-8017-84984bc98cfe", + "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" : "OBX.2", - "valueId" : "NM" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.6" + "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", + "code": { + "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" + } + ] }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "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" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "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": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] } } }, { - "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/1732560463886871000.629e13bb-5ce8-4d9e-a2c9-1d935b10ca9f", + "resource": { + "resourceType": "Observation", + "id": "1732560463886871000.629e13bb-5ce8-4d9e-a2c9-1d935b10ca9f", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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": "LA12418-2", + "display": "TPN" } ] } } }, { - "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/1732560463889572000.c7462fee-e160-41ec-b001-8ab991db07cc", + "resource": { + "resourceType": "Observation", + "id": "1732560463889572000.c7462fee-e160-41ec-b001-8ab991db07cc", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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": "LN" } ], - "code" : "N", - "display" : "No" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "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/1732560463892002000.02dfff3e-dff7-47e8-a365-e2f492e64d08", + "resource": { + "resourceType": "Observation", + "id": "1732560463892002000.02dfff3e-dff7-47e8-a365-e2f492e64d08", + "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", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.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/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" } ] }, - "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-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "N", - "display" : "No" + "code": "0516199364" } ] } } }, { - "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/1732560463894461000.9b02a635-1544-4b4e-a632-8cf72a382572", + "resource": { + "resourceType": "Observation", + "id": "1732560463894461000.9b02a635-1544-4b4e-a632-8cf72a382572", + "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": "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" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "status": "unknown", + "code": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "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": "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/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/1732560463896580000.b4921e15-5a39-445b-bcd2-fe30902cac6b", + "resource": { + "resourceType": "Observation", + "id": "1732560463896580000.b4921e15-5a39-445b-bcd2-fe30902cac6b", + "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": "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" - }, - "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" : [ + "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" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER 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": "DAVIS, DANIEL, MD" } }, { - "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/1732560463898808000.9872ccd7-0e23-4fa6-a2ce-2cc7e0ce07a3", + "resource": { + "resourceType": "Observation", + "id": "1732560463898808000.9872ccd7-0e23-4fa6-a2ce-2cc7e0ce07a3", + "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": "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" - }, - "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" : [ + "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" : "LA16914-6", - "display" : "BREAST MILK" + "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" : "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": "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/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", - "extension" : [ + "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" : "OBX.2", - "valueId" : "CWE" + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBR.15.3", + "valueString": "SCT" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBR.7", + "valueDateTime": "2023-05-06T05:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] + } } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "extension": [ + { + "url": "https://reportstream.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)" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "0516199364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] - } + }, + "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/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": "Organization/1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e", + "resource": { + "resourceType": "Organization", + "id": "1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "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/obx-observation", - "extension" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "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/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/1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e" } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] } }, { - "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": "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", + "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/observation-sub-type", - "valueCode" : "AOE" + "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": "Organization/1732560464084616000.557a839f-fd07-44e4-8a5a-6a809c443dc8", + "resource": { + "resourceType": "Organization", + "id": "1732560464084616000.557a839f-fd07-44e4-8a5a-6a809c443dc8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" - }, + "url": "XON.10", + "valueString": "1043269798" + } + ] + } + ], + "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": "CMS" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "Organization/1732560464085384000.81024e7a-2bdc-4cb6-beba-2aaa10eeb4de", + "resource": { + "resourceType": "Organization", + "id": "1732560464085384000.81024e7a-2bdc-4cb6-beba-2aaa10eeb4de", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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" : "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" - } - ] - }, - "valueString" : "DAVIS, DANIEL, MD" + "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": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "739" + } + ], + "name": "ST. CLOUD HOSPITAL" } }, { - "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": "Organization/1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6", + "resource": { + "resourceType": "Organization", + "id": "1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560464086477000.a4c334f5-625e-4f80-ac45-0582c86e78ec", + "resource": { + "resourceType": "Practitioner", + "id": "1732560464086477000.a4c334f5-625e-4f80-ac45-0582c86e78ec", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "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": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "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/1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6" } - ] - }, - "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" + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] } ] } 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/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 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/ei/EI-to-Identifier-Extension.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir index df861fa9b0e..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 @@ -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", @@ -129,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" + } ] } } ] } ], @@ -291,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/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/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/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/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..049fc4fbdce --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir @@ -0,0 +1,16620 @@ +{ + "resourceType": "Bundle", + "id": "1732560946103663000.00c83475-61b1-4722-b571-392974c116e2", + "meta": { + "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-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1732560946205658000.d9f872a1-d8e0-4027-a6ff-0dd10709fdaa", + "resource": { + "resourceType": "MessageHeader", + "id": "1732560946205658000.d9f872a1-d8e0-4027-a6ff-0dd10709fdaa", + "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/1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944" + } + }, + { + "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/1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5" + } + }, + { + "receiver": { + "reference": "Organization/1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67" + } + } + ], + "sender": { + "reference": "Organization/1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9" + }, + "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/1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be" + } + } + }, + { + "fullUrl": "Organization/1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9", + "resource": { + "resourceType": "Organization", + "id": "1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9", + "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/1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b", + "resource": { + "resourceType": "Location", + "id": "1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b", + "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/1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be", + "resource": { + "resourceType": "Organization", + "id": "1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Organization/1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944", + "resource": { + "resourceType": "Organization", + "id": "1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944", + "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/1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5", + "resource": { + "resourceType": "Organization", + "id": "1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5", + "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/1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513", + "resource": { + "resourceType": "Location", + "id": "1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513", + "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/1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67", + "resource": { + "resourceType": "Organization", + "id": "1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Provenance/1732560946950155000.6a4d9d77-12e7-4c31-992b-ab9a588bf871", + "resource": { + "resourceType": "Provenance", + "id": "1732560946950155000.6a4d9d77-12e7-4c31-992b-ab9a588bf871", + "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/1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a" + } + } + ], + "entity": [ + { + "role": "source", + "what": { + "reference": "Device/1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78" + } + } + ] + } + }, + { + "fullUrl": "Location/1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100", + "resource": { + "resourceType": "Location", + "id": "1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100", + "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/1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a", + "resource": { + "resourceType": "Organization", + "id": "1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Location/1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8", + "resource": { + "resourceType": "Location", + "id": "1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8", + "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/1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11", + "resource": { + "resourceType": "Organization", + "id": "1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "CDC CLIA" + } + ], + "name": "CDC" + } + }, + { + "fullUrl": "Device/1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78", + "resource": { + "resourceType": "Device", + "id": "1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference": { + "reference": "Organization/1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11" + } + } + ], + "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/1732560946971375000.14423481-71a6-46d5-a500-0f60d1fb345b", + "resource": { + "resourceType": "Provenance", + "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" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34", + "resource": { + "resourceType": "Organization", + "id": "1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34", + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee", + "resource": { + "resourceType": "Patient", + "id": "1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee", + "meta": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference": { + "reference": "Organization/1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430" + } + } + ], + "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/1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9" + }, + "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/1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148" + } + }, + { + "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/1732560947001505000.8b598190-3017-4cf9-9909-495e77538013" + } + }, + { + "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/1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53" + } + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e" + } + }, + { + "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/1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd" + } + }, + { + "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/1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a" + } + }, + { + "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", + "_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" + } + ] + } + } + }, + { + "extension": [ + { + "url": "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", + "_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" + } + ] + } + } + } + ], + "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/1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100" + }, + "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/1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce" + }, + { + "reference": "Organization/1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47" + } + ], + "link": [ + { + "other": { + "reference": "RelatedPerson/1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0" + }, + "type": "seealso" + }, + { + "other": { + "reference": "RelatedPerson/1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827" + }, + "type": "seealso" + } + ] + } + }, + { + "fullUrl": "Organization/1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd", + "resource": { + "resourceType": "Organization", + "id": "1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd", + "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/1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a", + "resource": { + "resourceType": "Organization", + "id": "1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a", + "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/1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008", + "resource": { + "resourceType": "Location", + "id": "1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008", + "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/1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce", + "resource": { + "resourceType": "Organization", + "id": "1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "OrgIdentifier" + } + ], + "name": "Ordering Facility" + } + }, + { + "fullUrl": "Location/1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8", + "resource": { + "resourceType": "Location", + "id": "1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8", + "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/1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47", + "resource": { + "resourceType": "Organization", + "id": "1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "OrgIdentifier" + } + ], + "name": "Ordering Facility" + } + }, + { + "fullUrl": "Practitioner/1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9", + "resource": { + "resourceType": "Practitioner", + "id": "1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Organization/1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148", + "resource": { + "resourceType": "Organization", + "id": "1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148", + "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/1732560947001505000.8b598190-3017-4cf9-9909-495e77538013", + "resource": { + "resourceType": "Organization", + "id": "1732560947001505000.8b598190-3017-4cf9-9909-495e77538013", + "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/1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c", + "resource": { + "resourceType": "Location", + "id": "1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c", + "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/1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53", + "resource": { + "resourceType": "Organization", + "id": "1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "1st OrgIdentifier" + } + ], + "name": "1st Ordering Facility" + } + }, + { + "fullUrl": "Location/1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd", + "resource": { + "resourceType": "Location", + "id": "1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd", + "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/1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e", + "resource": { + "resourceType": "Organization", + "id": "1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "2nd OrgIdentifier" + } + ], + "name": "2nd Ordering Facility" + } + }, + { + "fullUrl": "RelatedPerson/1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0", + "identifier": [ + { + "value": "maybe" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827", + "identifier": [ + { + "value": "maybe not" + } + ] + } + }, + { + "fullUrl": "Organization/1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430", + "resource": { + "resourceType": "Organization", + "id": "1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430", + "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/1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100", + "resource": { + "resourceType": "Organization", + "id": "1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100", + "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/1732560947067669000.a71997f2-8202-4359-b2bc-87d0c35d7122", + "resource": { + "resourceType": "Provenance", + "id": "1732560947067669000.a71997f2-8202-4359-b2bc-87d0c35d7122", + "target": [ + { + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + } + ], + "occurredDateTime": "2024-08-21T11:38:00Z", + "recorded": "2024-11-25T13:55:47Z", + "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/1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b", + "resource": { + "resourceType": "Organization", + "id": "1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b", + "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/1732560947078273000.c258bc9d-a81e-4489-ac7b-b42f17bdcdff", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560947078273000.c258bc9d-a81e-4489-ac7b-b42f17bdcdff", + "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/1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb" + } + }, + { + "url": "NK1.13", + "valueReference": { + "reference": "Organization/1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb" + } + }, + { + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "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/1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb", + "resource": { + "resourceType": "Organization", + "id": "1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb", + "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/1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb", + "resource": { + "resourceType": "Organization", + "id": "1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb", + "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/1732560947085287000.b3d57f6d-c29b-43d4-b611-3aca9fda506d", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560947085287000.b3d57f6d-c29b-43d4-b611-3aca9fda506d", + "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/1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188" + } + }, + { + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "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/1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188", + "resource": { + "resourceType": "Organization", + "id": "1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188", + "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/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e", + "resource": { + "resourceType": "Encounter", + "id": "1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e", + "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/1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6" + } + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9" + } + }, + { + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "episodeOfCare": [ + { + "reference": "EpisodeOfCare/1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee" + } + ], + "participant": [ + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8" + } + } + ], + "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/1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f" + }, + "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/1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.6" + } + ], + "location": { + "reference": "Location/1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0" + }, + "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/1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.42" + } + ], + "location": { + "reference": "Location/1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd" + }, + "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/1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772" + }, + "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/1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7" + }, + "status": "planned" + } + ] + } + }, + { + "fullUrl": "Location/1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330", + "resource": { + "resourceType": "Location", + "id": "1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330", + "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/1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6", + "resource": { + "resourceType": "Organization", + "id": "1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org1" + } + }, + { + "fullUrl": "Location/1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca", + "resource": { + "resourceType": "Location", + "id": "1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca", + "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/1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9", + "resource": { + "resourceType": "Organization", + "id": "1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org2" + } + }, + { + "fullUrl": "Location/1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f", + "resource": { + "resourceType": "Location", + "id": "1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString": "202305061200" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db", + "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/1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8", + "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/1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZART" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZARTJR" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPIN" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPINSR" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACH" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACHtheSecond" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c", + "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/1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8", + "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/1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6", + "resource": { + "resourceType": "Organization", + "id": "1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6", + "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/1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5", + "resource": { + "resourceType": "Location", + "id": "1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5", + "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/1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b", + "resource": { + "resourceType": "Location", + "id": "1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b", + "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/1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5" + } + } + }, + { + "fullUrl": "Location/1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4", + "resource": { + "resourceType": "Location", + "id": "1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4", + "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/1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b" + } + } + }, + { + "fullUrl": "Location/1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d", + "resource": { + "resourceType": "Location", + "id": "1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d", + "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/1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4" + } + } + }, + { + "fullUrl": "Location/1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0", + "resource": { + "resourceType": "Location", + "id": "1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0", + "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/1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d" + } + } + }, + { + "fullUrl": "Location/1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37", + "resource": { + "resourceType": "Location", + "id": "1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37", + "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/1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6" + } + } + ], + "description": "Totally A Real Location", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0" + } + } + }, + { + "fullUrl": "Organization/1732560947114313000.03edb821-2a38-4212-a897-a535db77468f", + "resource": { + "resourceType": "Organization", + "id": "1732560947114313000.03edb821-2a38-4212-a897-a535db77468f", + "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/1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0", + "resource": { + "resourceType": "Location", + "id": "1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0", + "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/1732560947114313000.03edb821-2a38-4212-a897-a535db77468f" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd", + "resource": { + "resourceType": "Location", + "id": "1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd", + "description": "Its Temporary", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd", + "resource": { + "resourceType": "Location", + "id": "1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd", + "description": "Pending Location", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772", + "resource": { + "resourceType": "Location", + "id": "1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772", + "description": "Prior Location", + "mode": "instance" + } + }, + { + "fullUrl": "Organization/1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71", + "resource": { + "resourceType": "Organization", + "id": "1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71", + "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/1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7", + "resource": { + "resourceType": "Location", + "id": "1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7", + "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/1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "EpisodeOfCare/1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee", + "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/1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd", + "resource": { + "resourceType": "Observation", + "id": "1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd", + "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/1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102" + } + }, + { + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "encounter": { + "reference": "Encounter/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f" + }, + { + "reference": "PractitionerRole/1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14" + }, + { + "reference": "PractitionerRole/1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef" + } + ], + "valueCodeableConcept": { + "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/1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4" + }, + "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/1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721" + }, + "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/1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102", + "resource": { + "resourceType": "Device", + "id": "1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102", + "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/1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f", + "resource": { + "resourceType": "Organization", + "id": "1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f", + "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/1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9", + "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/1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14", + "practitioner": { + "reference": "Practitioner/1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280", + "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/1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad", + "resource": { + "resourceType": "Organization", + "id": "1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad", + "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/1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef", + "practitioner": { + "reference": "Practitioner/1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280" + }, + "organization": { + "reference": "Organization/1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec", + "resource": { + "resourceType": "Device", + "id": "1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec", + "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/1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8", + "resource": { + "resourceType": "Observation", + "id": "1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8", + "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/1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214" + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180" + } + }, + { + "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" + } + ], + "system": "http://loinc.org", + "code": "80383-3", + "display": "Flu B" + } + ] + }, + "subject": { + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "encounter": { + "reference": "Encounter/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632" + }, + { + "reference": "PractitionerRole/1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a" + }, + { + "reference": "PractitionerRole/1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75" + }, + { + "reference": "PractitionerRole/1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e" + } + ], + "valueCodeableConcept": { + "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/1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990" + }, + "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/1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc" + }, + "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/1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214", + "resource": { + "resourceType": "Device", + "id": "1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214", + "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/1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180", + "resource": { + "resourceType": "Device", + "id": "1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180", + "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/1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632", + "resource": { + "resourceType": "Organization", + "id": "1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632", + "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/1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998", + "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/1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a", + "practitioner": { + "reference": "Practitioner/1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12", + "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/1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75", + "practitioner": { + "reference": "Practitioner/1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743", + "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/1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53", + "resource": { + "resourceType": "Organization", + "id": "1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53", + "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/1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e", + "practitioner": { + "reference": "Practitioner/1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743" + }, + "organization": { + "reference": "Organization/1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c", + "resource": { + "resourceType": "Device", + "id": "1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c", + "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/1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247", + "resource": { + "resourceType": "Specimen", + "id": "1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247", + "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/1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5" + }, + "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/1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5", + "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": "Specimen/1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7", + "resource": { + "resourceType": "Specimen", + "id": "1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7", + "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/1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c", + "resource": { + "resourceType": "Specimen", + "id": "1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c", + "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/1732560947529907000.d8a09a6a-8364-469a-b25b-3af90b0b03a7", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732560947529907000.d8a09a6a-8364-469a-b25b-3af90b0b03a7", + "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/1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033" + } + }, + { + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8" + } + }, + { + "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/1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d" + } + }, + { + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23" + } + }, + { + "url": "ORC.13", + "valueReference": { + "reference": "Location/1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102" + } + }, + { + "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/1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b" + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d" + } + }, + { + "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/1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88" + } + }, + { + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba" + } + }, + { + "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/1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6" + } + }, + { + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be" + } + }, + { + "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/1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e" + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3" + } + }, + { + "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/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" + }, + "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/1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb" + }, + "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/1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd" + }, + { + "reference": "Observation/1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8" + } + ], + "specimen": [ + { + "reference": "Specimen/1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7" + }, + { + "reference": "Specimen/1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c" + }, + { + "reference": "Specimen/1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247" + } + ], + "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/1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0", + "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/1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff", + "resource": { + "resourceType": "Location", + "id": "1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff", + "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/1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045", + "resource": { + "resourceType": "Organization", + "id": "1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045", + "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/1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff" + } + } + ], + "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/1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb", + "practitioner": { + "reference": "Practitioner/1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0" + }, + "organization": { + "reference": "Organization/1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045" + } + } + }, + { + "fullUrl": "Practitioner/1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033", + "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/1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85", + "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/1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798", + "resource": { + "resourceType": "Location", + "id": "1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798", + "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/1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac", + "resource": { + "resourceType": "Organization", + "id": "1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac", + "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/1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory" + } + }, + { + "fullUrl": "Organization/1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8", + "resource": { + "resourceType": "Organization", + "id": "1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8", + "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/1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d", + "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/1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1", + "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/1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee", + "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/1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7", + "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/1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a", + "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/1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23", + "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/1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c", + "resource": { + "resourceType": "Location", + "id": "1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c", + "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/1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102", + "resource": { + "resourceType": "Location", + "id": "1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102", + "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/1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c" + } + } + }, + { + "fullUrl": "Practitioner/1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b", + "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/1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d", + "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/1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88", + "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/1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba", + "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/1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60", + "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/1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c", + "resource": { + "resourceType": "Location", + "id": "1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c", + "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/1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870", + "resource": { + "resourceType": "Location", + "id": "1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016", + "resource": { + "resourceType": "Location", + "id": "1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016", + "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/1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9", + "resource": { + "resourceType": "Location", + "id": "1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c", + "resource": { + "resourceType": "Location", + "id": "1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8", + "resource": { + "resourceType": "Location", + "id": "1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + } + } + }, + { + "fullUrl": "PractitionerRole/1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6", + "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/1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60" + }, + "location": [ + { + "reference": "Location/1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c" + }, + { + "reference": "Location/1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870" + }, + { + "reference": "Location/1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016" + }, + { + "reference": "Location/1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9" + }, + { + "reference": "Location/1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c" + }, + { + "reference": "Location/1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586", + "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/1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2", + "resource": { + "resourceType": "Location", + "id": "1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2", + "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/1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27", + "resource": { + "resourceType": "Location", + "id": "1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24", + "resource": { + "resourceType": "Location", + "id": "1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24", + "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/1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4", + "resource": { + "resourceType": "Location", + "id": "1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d", + "resource": { + "resourceType": "Location", + "id": "1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + } + } + }, + { + "fullUrl": "Location/1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4", + "resource": { + "resourceType": "Location", + "id": "1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + } + } + }, + { + "fullUrl": "PractitionerRole/1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be", + "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/1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586" + }, + "location": [ + { + "reference": "Location/1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2" + }, + { + "reference": "Location/1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27" + }, + { + "reference": "Location/1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24" + }, + { + "reference": "Location/1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4" + }, + { + "reference": "Location/1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d" + }, + { + "reference": "Location/1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e", + "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/1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3", + "resource": { + "resourceType": "Practitioner", + "id": "1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3", + "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" + ] + } + ] + } + } + ] +} \ 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..749a5f886cf --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 @@ -0,0 +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|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-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..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,254 +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" } ], - "note" : [ + "collection": { + "collector": { + "reference": "Practitioner/1731634216745250000.bce49621-be5b-43c8-ba98-5f5a86320a7c" + }, + "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" : [ + "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" : "ServiceRequest/1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc", - "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/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": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "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/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.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.23", - "extension" : [ + "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" } ] } @@ -256,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" - } - }, - { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1716961316848195000.52ecbb4d-0b38-4f86-bddb-4ac6f8f685fb" + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1716961316852060000.77701d25-aecf-4bf8-9f67-7180a7ededc3" + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731634216882657000.399c904e-f440-4e8d-8319-fceea2fac4e4" } }, { - "url" : "OBR.36", - "valueString" : "20230816123358-0500" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961316856284000.d716624b-ac2b-494a-a36a-85beb8f20234" + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731634216885373000.011254cf-3a85-43cb-aee3-18763979a19e" } }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961316859495000.a5f31f5c-e07d-40c2-ab54-82a9b9a9a6ba" - } + "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.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.10", + "valueReference": { + "reference": "Practitioner/1731634216888402000.424eebbf-d4a4-4ecb-b0e3-e0d57e1c147f" + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731634216891644000.2643243f-3772-4eea-8867-5247ac91f67c" } }, { - "url" : "OBR.11", - "valueString" : "G" + "url": "OBR.11", + "valueString": "G" }, { - "url" : "OBR.12", - "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" : "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" } ] } @@ -943,793 +1199,1207 @@ } }, { - "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" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" } ], - "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" : [ + "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/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/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": "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" : "copiesto" + "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/1716961316838839000.5be961a2-d98a-4eb3-9d46-3537f7033b7b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316838839000.5be961a2-d98a-4eb3-9d46-3537f7033b7b", - "extension" : [ + "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/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": "Ordering2", + "_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": "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": [ "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/1731634216870163000.2f2043b5-a751-41a2-a427-eb798f9f6906", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216870163000.2f2043b5-a751-41a2-a427-eb798f9f6906", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Results Interpreter" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "CNN.5", - "valueString" : "ESQ" - }, - { - "url" : "CNN.7", - "valueString" : "MD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - } - ], - "identifier" : [ + }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "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" - } - ] + "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" } - ], - "value" : "123" - } - ], - "name" : [ - { - "family" : "Assistant", - "given" : [ - "Results Interpreter", - "S" - ], - "prefix" : [ - "DR" - ], - "suffix" : [ - "ESQ", - "MD" ] } - ] - } - }, - { - "fullUrl" : "Location/1716961316841920000.0902b564-061b-46c8-b974-f3896025cae2", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316841920000.0902b564-061b-46c8-b974-f3896025cae2", - "identifier" : [ + ], + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "Hospital A" - }, - { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "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" : "ISO" + "code": "DL" } ] }, - "value" : "2.16.840.1.113883.9.11" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ - { - "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" : [ + "name": [ { - "value" : "Building 123" + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "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-name", + "valueString": "copiesto" + }, + { + "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/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/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" + } + ] } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "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": "result2", + "_family": { + "extension": [ + { + "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-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": "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": "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/1731634216873399000.315b3f51-fd6a-4ecd-82ac-3e51f85fcfa2", + "resource": { + "resourceType": "Location", + "id": "1731634216873399000.315b3f51-fd6a-4ecd-82ac-3e51f85fcfa2", + "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/1731634216881535000.8cff0fe8-63e6-4e16-b9af-03f1e255d469", + "resource": { + "resourceType": "Location", + "id": "1731634216881535000.8cff0fe8-63e6-4e16-b9af-03f1e255d469", + "identifier": [ + { + "value": "Building 123" + } + ], + "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" } ] } @@ -1739,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" ] @@ -1925,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" } ] } @@ -2026,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" : [ + "location": [ { - "reference" : "Location/1716961316849932000.ce853911-392d-40f3-927f-8990204295e9" + "reference": "Location/1731634216884124000.13e65ee4-45ff-4b2d-85ac-b41fe22d2872" }, { - "reference" : "Location/1716961316850302000.ae272ee4-1c0e-4d1e-9129-9fdd79a10071" + "reference": "Location/1731634216884347000.67c3e525-d38f-413c-b107-50e164ac67ec" }, { - "reference" : "Location/1716961316850715000.c589b01a-637e-49e2-a0de-163664316cd9" + "reference": "Location/1731634216884669000.c2727fb9-9f75-4fe6-a3e1-bed98bb939a8" }, { - "reference" : "Location/1716961316851089000.45ba91cf-4666-4713-8f91-0c21210b6aab" - }, - { - "reference" : "Location/1716961316851462000.3f752bed-db77-484c-bf61-45a99f1c0256" - }, - { - "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" - } - ] + "reference": "Location/1731634216884897000.cc52dd4a-b24c-4643-afb3-d104d7cfe7a0" }, { - "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/1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc" + "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" ] @@ -3204,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" } ] } @@ -3305,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" ] @@ -3491,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" } ] } @@ -3592,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" ] @@ -3791,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" } ] } @@ -3892,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" ] @@ -4091,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" } ] } @@ -4192,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" ] @@ -4391,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" } ] } @@ -4492,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 d38884bd48f..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 @@ -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", @@ -131,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 c3b2e90918a..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 @@ -119,13 +119,35 @@ "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", "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 1ac0cce1c41..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 @@ -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", @@ -131,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 be1721745f9..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 @@ -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", @@ -131,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", @@ -150,11 +168,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..9919e4b8b15 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir @@ -0,0 +1,210 @@ +{ + "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.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" + } ] + } ], + "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..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,557 +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" } ], - "note" : [ + "collection": { + "collector": { + "reference": "Practitioner/1731634383350810000.a3b0bb68-2242-46a7-8d17-8722ce105828" + }, + "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" : [ + "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/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/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/1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be", - "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" } ] } @@ -559,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" : "OBR.21", - "valueString" : "filler2" + "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.22", - "valueString" : "20230816123358-0500" + "url": "OBR.20", + "valueString": "filler1" }, { - "url" : "OBR.23", - "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": "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" } ] } @@ -654,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.36", + "valueString": "20230816123358-0500" }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961419190531000.8c18e940-d531-4a4a-be11-76571cb04069" - } - }, - { - "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" : "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": "OBR.13", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "Internet" - }, + "extension": [ { - "url" : "XTN.4", - "valueString" : "order.callback@email.com" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } - ] - }, - { - "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" } ] } @@ -1337,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" ] @@ -3415,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" } ] } @@ -3516,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/1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be" + "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" ] @@ -4342,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" } ] } @@ -4443,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" ] @@ -4629,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" } ] } @@ -4730,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" ] @@ -4929,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" } ] } @@ -5030,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 new file mode 100644 index 00000000000..be9dcdbbb46 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir @@ -0,0 +1,10517 @@ +{ + "resourceType": "Bundle", + "id": "1732562153058506000.7cc24107-cbb3-445d-9ef3-20575f5535e3", + "meta": { + "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-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1732562153157287000.e92f3023-52ef-4fbc-a6ba-48dd04e150d9", + "resource": { + "resourceType": "MessageHeader", + "id": "1732562153157287000.e92f3023-52ef-4fbc-a6ba-48dd04e150d9", + "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/1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba" + } + }, + { + "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/1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e" + } + }, + { + "receiver": { + "reference": "Organization/1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229" + } + } + ], + "sender": { + "reference": "Organization/1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2" + }, + "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/1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a" + } + } + }, + { + "fullUrl": "Organization/1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2", + "resource": { + "resourceType": "Organization", + "id": "1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2", + "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/1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14", + "resource": { + "resourceType": "Location", + "id": "1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14", + "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/1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a", + "resource": { + "resourceType": "Organization", + "id": "1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Organization/1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba", + "resource": { + "resourceType": "Organization", + "id": "1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba", + "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/1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e", + "resource": { + "resourceType": "Organization", + "id": "1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e", + "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/1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8", + "resource": { + "resourceType": "Location", + "id": "1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8", + "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/1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229", + "resource": { + "resourceType": "Organization", + "id": "1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Provenance/1732562153760137000.9845f2ac-0c8e-4157-bf81-430b8f689f6a", + "resource": { + "resourceType": "Provenance", + "id": "1732562153760137000.9845f2ac-0c8e-4157-bf81-430b8f689f6a", + "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/1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c" + } + } + ] + } + }, + { + "fullUrl": "Location/1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b", + "resource": { + "resourceType": "Location", + "id": "1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b", + "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/1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c", + "resource": { + "resourceType": "Organization", + "id": "1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Provenance/1732562153773679000.9c273ef9-317b-4457-acaa-d0a10be76910", + "resource": { + "resourceType": "Provenance", + "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" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28", + "resource": { + "resourceType": "Organization", + "id": "1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28", + "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/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768", + "resource": { + "resourceType": "Patient", + "id": "1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768", + "meta": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference": { + "reference": "Organization/1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2" + } + } + ], + "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/1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530" + }, + "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/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/1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397" + }, + "time": "2023-05-31", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230531" + } + ] + }, + "text": "Accession level coment 2" + } + }, + { + "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/1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8" + } + }, + { + "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/1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd" + } + }, + { + "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/1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76" + } + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1" + } + }, + { + "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/1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3" + } + }, + { + "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/1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f" + } + }, + { + "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", + "_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" + } + ] + } + } + } + ], + "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/1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b" + }, + { + "reference": "Organization/1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd" + } + ], + "link": [ + { + "other": { + "reference": "RelatedPerson/1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c" + }, + "type": "seealso" + }, + { + "other": { + "reference": "RelatedPerson/1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6" + }, + "type": "seealso" + } + ] + } + }, + { + "fullUrl": "Organization/1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3", + "resource": { + "resourceType": "Organization", + "id": "1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3", + "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/1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f", + "resource": { + "resourceType": "Organization", + "id": "1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f", + "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/1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76", + "resource": { + "resourceType": "Location", + "id": "1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76", + "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/1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b", + "resource": { + "resourceType": "Organization", + "id": "1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Location/1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b", + "resource": { + "resourceType": "Location", + "id": "1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b", + "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/1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd", + "resource": { + "resourceType": "Organization", + "id": "1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Practitioner/1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Organization/1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8", + "resource": { + "resourceType": "Organization", + "id": "1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8", + "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/1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd", + "resource": { + "resourceType": "Organization", + "id": "1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd", + "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/1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493", + "resource": { + "resourceType": "Location", + "id": "1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493", + "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/1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76", + "resource": { + "resourceType": "Organization", + "id": "1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "1st OrgIdentifier" + } + ], + "name": "1st Ordering Facility" + } + }, + { + "fullUrl": "Location/1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637", + "resource": { + "resourceType": "Location", + "id": "1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637", + "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/1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1", + "resource": { + "resourceType": "Organization", + "id": "1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "2nd OrgIdentifier" + } + ], + "name": "2nd Ordering Facility" + } + }, + { + "fullUrl": "RelatedPerson/1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c", + "identifier": [ + { + "value": "maybe" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6", + "identifier": [ + { + "value": "maybe not" + } + ] + } + }, + { + "fullUrl": "Organization/1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2", + "resource": { + "resourceType": "Organization", + "id": "1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2", + "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/1732562153859480000.b8c60619-c1a9-4f79-b5e6-94f4755ea073", + "resource": { + "resourceType": "Provenance", + "id": "1732562153859480000.b8c60619-c1a9-4f79-b5e6-94f4755ea073", + "target": [ + { + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" + } + ], + "occurredDateTime": "2024-08-21T11:38:00Z", + "recorded": "2024-11-25T14:15:53Z", + "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/1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47", + "resource": { + "resourceType": "Organization", + "id": "1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47", + "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/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc", + "resource": { + "resourceType": "Encounter", + "id": "1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc", + "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/1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3" + } + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2" + } + }, + { + "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/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" + }, + "episodeOfCare": [ + { + "reference": "EpisodeOfCare/1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1" + } + ], + "participant": [ + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614" + } + } + ], + "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/1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a" + }, + "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/1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.6" + } + ], + "location": { + "reference": "Location/1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17" + }, + "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/1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.42" + } + ], + "location": { + "reference": "Location/1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a" + }, + "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/1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1" + }, + "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/1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a" + }, + "status": "planned" + } + ] + } + }, + { + "fullUrl": "Location/1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b", + "resource": { + "resourceType": "Location", + "id": "1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b", + "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/1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3", + "resource": { + "resourceType": "Organization", + "id": "1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org1" + } + }, + { + "fullUrl": "Location/1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04", + "resource": { + "resourceType": "Location", + "id": "1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04", + "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/1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2", + "resource": { + "resourceType": "Organization", + "id": "1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-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/1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org2" + } + }, + { + "fullUrl": "Location/1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a", + "resource": { + "resourceType": "Location", + "id": "1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString": "202305061200" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb", + "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/1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZART" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPIN" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACH" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1", + "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/1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614", + "resource": { + "resourceType": "Practitioner", + "id": "1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614", + "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/1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459", + "resource": { + "resourceType": "Organization", + "id": "1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459", + "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/1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb", + "resource": { + "resourceType": "Location", + "id": "1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb", + "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/1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853", + "resource": { + "resourceType": "Location", + "id": "1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853", + "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/1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb" + } + } + }, + { + "fullUrl": "Location/1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a", + "resource": { + "resourceType": "Location", + "id": "1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a", + "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/1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853" + } + } + }, + { + "fullUrl": "Location/1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef", + "resource": { + "resourceType": "Location", + "id": "1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef", + "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/1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a" + } + } + }, + { + "fullUrl": "Location/1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a", + "resource": { + "resourceType": "Location", + "id": "1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a", + "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/1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef" + } + } + }, + { + "fullUrl": "Location/1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02", + "resource": { + "resourceType": "Location", + "id": "1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02", + "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/1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459" + } + } + ], + "description": "Totally A Real Location", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a" + } + } + }, + { + "fullUrl": "Organization/1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7", + "resource": { + "resourceType": "Organization", + "id": "1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7", + "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/1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17", + "resource": { + "resourceType": "Location", + "id": "1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17", + "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/1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e", + "resource": { + "resourceType": "Location", + "id": "1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e", + "description": "Its Temporary", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a", + "resource": { + "resourceType": "Location", + "id": "1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a", + "description": "Pending Location", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1", + "resource": { + "resourceType": "Location", + "id": "1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1", + "description": "Prior Location", + "mode": "instance" + } + }, + { + "fullUrl": "Organization/1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d", + "resource": { + "resourceType": "Organization", + "id": "1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d", + "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/1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a", + "resource": { + "resourceType": "Location", + "id": "1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a", + "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/1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "EpisodeOfCare/1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1", + "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/1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434", + "resource": { + "resourceType": "Observation", + "id": "1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434", + "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/1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8" + } + }, + { + "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/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" + }, + "encounter": { + "reference": "Encounter/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc" + }, + { + "reference": "PractitionerRole/1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315" + }, + { + "reference": "PractitionerRole/1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16" + } + ], + "valueCodeableConcept": { + "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/1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc" + }, + "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/1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8", + "resource": { + "resourceType": "Device", + "id": "1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8", + "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/1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc", + "resource": { + "resourceType": "Organization", + "id": "1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc", + "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/1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697", + "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/1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315", + "practitioner": { + "reference": "Practitioner/1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa", + "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/1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e", + "resource": { + "resourceType": "Organization", + "id": "1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e", + "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/1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16", + "practitioner": { + "reference": "Practitioner/1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa" + }, + "organization": { + "reference": "Organization/1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6", + "resource": { + "resourceType": "Device", + "id": "1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6", + "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/1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307", + "resource": { + "resourceType": "Observation", + "id": "1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307", + "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/1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490" + } + }, + { + "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/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" + }, + "encounter": { + "reference": "Encounter/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a" + }, + { + "reference": "PractitionerRole/1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c" + }, + { + "reference": "PractitionerRole/1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1" + } + ], + "valueCodeableConcept": { + "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/1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23" + }, + "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/1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490", + "resource": { + "resourceType": "Device", + "id": "1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490", + "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/1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a", + "resource": { + "resourceType": "Organization", + "id": "1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a", + "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/1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644", + "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/1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c", + "practitioner": { + "reference": "Practitioner/1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b", + "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/1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289", + "resource": { + "resourceType": "Organization", + "id": "1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289", + "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/1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1", + "practitioner": { + "reference": "Practitioner/1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b" + }, + "organization": { + "reference": "Organization/1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7", + "resource": { + "resourceType": "Device", + "id": "1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7", + "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/1732562154250806000.dd9cbc7c-fc51-481d-a11d-c930abf83f60", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732562154250806000.dd9cbc7c-fc51-481d-a11d-c930abf83f60", + "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/1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641" + } + }, + { + "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/1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7" + } + }, + { + "url": "ORC.13", + "valueReference": { + "reference": "Location/1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4" + } + }, + { + "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.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" + }, + { + "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/1732562154235327000.a2de90f4-5fe3-449a-b442-1422688f69bd" + } + }, + { + "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/1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c" + } + }, + { + "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.10", + "valueReference": { + "reference": "Practitioner/1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144" + } + }, + { + "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" + } + ] + } + } + ] + } + ], + "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/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" + }, + "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/1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e" + }, + "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/1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434" + }, + { + "reference": "Observation/1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8", + "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/1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893", + "resource": { + "resourceType": "Location", + "id": "1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893", + "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/1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27", + "resource": { + "resourceType": "Organization", + "id": "1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27", + "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/1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893" + } + } + ], + "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/1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e", + "practitioner": { + "reference": "Practitioner/1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8" + }, + "organization": { + "reference": "Organization/1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27" + } + } + }, + { + "fullUrl": "Practitioner/1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635", + "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/1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566", + "resource": { + "resourceType": "Location", + "id": "1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566", + "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/1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641", + "resource": { + "resourceType": "Organization", + "id": "1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641", + "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/1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory" + } + }, + { + "fullUrl": "Practitioner/1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a", + "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/1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64", + "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/1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7", + "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/1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8", + "resource": { + "resourceType": "Location", + "id": "1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8", + "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/1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4", + "resource": { + "resourceType": "Location", + "id": "1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4", + "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/1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8" + } + } + }, + { + "fullUrl": "Practitioner/1732562154232733000.784d1aba-654d-41de-b921-04d5efa0e707", + "resource": { + "resourceType": "Practitioner", + "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" + } + ], + "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/1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6", + "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/1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8", + "resource": { + "resourceType": "Location", + "id": "1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8", + "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/1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8", + "resource": { + "resourceType": "Location", + "id": "1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + } + } + }, + { + "fullUrl": "Location/1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566", + "resource": { + "resourceType": "Location", + "id": "1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566", + "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/1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1", + "resource": { + "resourceType": "Location", + "id": "1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + } + } + }, + { + "fullUrl": "Location/1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf", + "resource": { + "resourceType": "Location", + "id": "1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + } + } + }, + { + "fullUrl": "Location/1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471", + "resource": { + "resourceType": "Location", + "id": "1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + } + } + }, + { + "fullUrl": "PractitionerRole/1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c", + "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/1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6" + }, + "location": [ + { + "reference": "Location/1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8" + }, + { + "reference": "Location/1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8" + }, + { + "reference": "Location/1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566" + }, + { + "reference": "Location/1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1" + }, + { + "reference": "Location/1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf" + }, + { + "reference": "Location/1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144", + "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" + ] + } + ] + } + } + ] +} \ 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..003877c1bbe --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 @@ -0,0 +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~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~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 b66247c7613..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,3216 +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" } ] } } ], - "name" : { - "extension" : [ + "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": [ { - "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" ] } @@ -3791,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" } ] } @@ -3811,3089 +3831,3135 @@ } }, { - "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": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" + } + ] + } + } } }, { - "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": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" + } + ] + } + } } }, { - "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": "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.22", - "valueString" : "202308021726-0400" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732561495254656000.e2224fed-b43b-4b9e-a088-10f70bd75b2a" + } }, { - "url" : "OBR.25", - "valueId" : "F" + "url": "OBR.7", + "valueDateTime": "2023-07-24T15:24:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" + } + ] + } }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716964508680805000.39455907-1413-4e43-9f80-c88959094250" - } + "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/1716964508680805000.39455907-1413-4e43-9f80-c88959094250", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508680805000.39455907-1413-4e43-9f80-c88959094250", - "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/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-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..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,370 +1,788 @@ { - "resourceType" : "Bundle", - "id" : "1710885863109739000.2929c5c9-f9ff-4813-b020-3a84e36aaa41", - "meta" : { - "lastUpdated" : "2024-03-19T16:04:23.117-06:00" + "resourceType": "Bundle", + "id": "1732560742822524000.5efbd8f2-d8b5-416b-9faa-a5661e38f51c", + "meta": { + "lastUpdated": "2024-11-25T13:52:22.833-05: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/1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081", + "resource": { + "resourceType": "MessageHeader", + "id": "1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081", + "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/1732560743515231000.8981c5b0-027e-4f52-bcf8-62d3a9b99bc1", + "resource": { + "resourceType": "Provenance", + "id": "1732560743515231000.8981c5b0-027e-4f52-bcf8-62d3a9b99bc1", + "target": [ + { + "reference": "MessageHeader/1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081" + }, + { + "reference": "DiagnosticReport/1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a" + } + ], + "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/1732560743523485000.b32ebd9b-8450-437b-9169-84a228043301", + "resource": { + "resourceType": "Provenance", + "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" + ], + "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/1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8", + "resource": { + "resourceType": "Organization", + "id": "1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8", + "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/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483", + "resource": { + "resourceType": "Patient", + "id": "1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" + } + }, + { + "fullUrl": "Provenance/1732560743539334000.f7b6b6c9-16af-4d9f-8e5f-0741fb633b17", + "resource": { + "resourceType": "Provenance", + "id": "1732560743539334000.f7b6b6c9-16af-4d9f-8e5f-0741fb633b17", + "target": [ + { + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" + } + ], + "recorded": "2024-11-25T13:52:23Z", + "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/1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c", + "resource": { + "resourceType": "Specimen", + "id": "1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c", + "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" + ], + "collection": { + "collector": { + "reference": "Practitioner/1732560743550242000.2295143c-f607-4059-84dd-c9f18b1fcbbd" + } + } } - } - }, { - "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" - } ] - }, - "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" - } ] + }, + { + "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" + } + ] + } + ] } - }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignA" - } ] + ], + "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" + } } - }, { - "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" - } ] + ], + "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.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" - } ] + ] + } + }, + { + "fullUrl": "ServiceRequest/1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.25", + "valueId": "F" + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b" + } + } + ] } - }, { - "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" - } ] + ], + "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" : "123", - "assigner" : { - "reference" : "Organization/1710885864038341000.5738eebb-8994-426a-987d-f4dead4446ac" + "subject": { + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" } - } ], - "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" - } ] + } + }, + { + "fullUrl": "Organization/1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27", + "resource": { + "resourceType": "Organization", + "id": "1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27", + "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/1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b", + "resource": { + "resourceType": "Practitioner", + "id": "1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b", + "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/1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27" + } + } + ], + "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": "DiagnosticReport/1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a", + "basedOn": [ + { + "reference": "ServiceRequest/1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c" + } + ], + "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" + } + ] }, - "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" - } ] + "subject": { + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" + }, + "specimen": [ + { + "reference": "Specimen/1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c" + } + ] + } } - } ] + ] } \ No newline at end of file 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" + } } ] } }, { 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 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" 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/build.gradle.kts b/submissions/build.gradle.kts index 8c96e222de5..63f690bc6c9 100644 --- a/submissions/build.gradle.kts +++ b/submissions/build.gradle.kts @@ -1,10 +1,10 @@ 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" + kotlin("plugin.spring") version "2.0.21" } group = "gov.cdc.prime" @@ -16,11 +16,11 @@ 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") - 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") 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: 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.